#064872

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

Shades of Dark Cerulean #064872

Tints of Dark Cerulean #064872

Color information

#064872 (or 0x064872) is unknown color: approx Dark Cerulean. HEX triplet: 06, 48 and 72. RGB value is (6,72,114). Sum of RGB (Red+Green+Blue) = 6+72+114=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #064872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064872 is #F9B78D. Grayscale: #383838. Windows color (decimal): -16365454 or 7489542. OLE color: 7489542.

HSL color Cylindrical-coordinate representation of color #064872: hue angle of 203.33º 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 #064872 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB672114-
CMYK0.950.3700.55
HSL203.33º90%23.53%-
HSV(B)203.33º94.74%44.71%-
XYZ5.435.8916.77-
YUV57.05160.1391.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=3.12%
G=37.5%
B=59.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6721140.950.3700.55203.339023.53
Hex648725F25037cb5a18
Octal61101621374506731313230
Binary110100100011100101011111100101011011111001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064872; }

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

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

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

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

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

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

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

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