#064272

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

Shades of Dark Cerulean #064272

Tints of Dark Cerulean #064272

Color information

#064272 (or 0x064272) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 72. RGB value is (6,66,114). Sum of RGB (Red+Green+Blue) = 6+66+114=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #064272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064272 is #F9BD8D. Grayscale: #353535. Windows color (decimal): -16366990 or 7488006. OLE color: 7488006.

HSL color Cylindrical-coordinate representation of color #064272: hue angle of 206.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064272 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB666114-
CMYK0.950.4200.55
HSL206.67º90%23.53%-
HSV(B)206.67º94.74%44.71%-
XYZ5.065.1516.65-
YUV53.53162.1294.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.23%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=3.23%
G=35.48%
B=61.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6661140.950.4200.55206.679023.53
Hex642725F2A037cf5a18
Octal61021621375206731713230
Binary110100001011100101011111101010011011111001111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064272; }

 p { color: rgb(6,66,114); }

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

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

 a { background-color: rgb(6,66,114); }

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

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

 span { border-color: rgb(6,66,114); }

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