#065F91

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

Shades of Dark Cerulean #065F91

Tints of Dark Cerulean #065F91

Color information

#065F91 (or 0x065F91) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5F and 91. RGB value is (6,95,145). Sum of RGB (Red+Green+Blue) = 6+95+145=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #065F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065F91 is #F9A06E. Grayscale: #494949. Windows color (decimal): -16359535 or 9527046. OLE color: 9527046.

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

Color convert

RGB695145-
CMYK0.960.3400.43
HSL201.58º92.05%29.61%-
HSV(B)201.58º95.86%56.86%-
XYZ9.2810.2728.28-
YUV74.09168.0179.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 145 (57.03% from 255) = 58.94%
R=2.44%
G=38.62%
B=58.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6951450.960.3400.43201.5892.0529.61
Hex65F91602202Bca5c1e
Octal61372211404205331213436
Binary1101011111100100011100000100010010101111001010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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