#065A92

Color #065A92 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #065A92

Tints of Dark Cerulean #065A92

Color information

#065A92 (or 0x065A92) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5A and 92. RGB value is (6,90,146). Sum of RGB (Red+Green+Blue) = 6+90+146=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #065A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A92 is #F9A56D. Grayscale: #464646. Windows color (decimal): -16360814 or 9591302. OLE color: 9591302.

HSL color Cylindrical-coordinate representation of color #065A92: hue angle of 204º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065A92 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB690146-
CMYK0.960.3800.43
HSL204º92.11%29.8%-
HSV(B)204º95.89%57.25%-
XYZ8.929.4328.54-
YUV71.27170.1781.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=2.48%
G=37.19%
B=60.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6901460.960.3800.4320492.1129.8
Hex65A92602602Bcc5c1e
Octal61322221404605331413436
Binary1101011010100100101100000100110010101111001100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065A92; }

 p { color: rgb(6,90,146); }

 H1.HeaderClassName
 {
   color: #065A92;
 }
 .AnyTagClassName
 {
   color: #065A92;
 }
</style>
background-color css

<style>
 a { background-color: #065A92; }

 a { background-color: rgb(6,90,146); }

 div.DivClassName
 {
   background-color: #065A92;
 }
 .BgClassName
 {
   background-color: #065A92;
 }
</style>
border-color css

<style>
 span { border-color: #065A92; }

 span { border-color: rgb(6,90,146); }

 td.TdClassName
 {
   border-color: #065A92;
 }
 .TagClassName
 {
   border-color: #065A92;
 }
</style>