#065A91

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

Shades of Dark Cerulean #065A91

Tints of Dark Cerulean #065A91

Color information

#065A91 (or 0x065A91) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5A and 91. RGB value is (6,90,145). Sum of RGB (Red+Green+Blue) = 6+90+145=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #065A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A91 is #F9A56E. Grayscale: #464646. Windows color (decimal): -16360815 or 9525766. OLE color: 9525766.

HSL color Cylindrical-coordinate representation of color #065A91: hue angle of 203.74º 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 #065A91 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB690145-
CMYK0.960.3800.43
HSL203.74º92.05%29.61%-
HSV(B)203.74º95.86%56.86%-
XYZ8.849.428.14-
YUV71.15169.6781.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 145 (57.03% from 255) = 60.17%
R=2.49%
G=37.34%
B=60.17%

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
Decimal6901450.960.3800.43203.7492.0529.61
Hex65A91602602Bcc5c1e
Octal61322211404605331413436
Binary1101011010100100011100000100110010101111001100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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