Shades of Dark Cerulean #064E72
Tints of Dark Cerulean #064E72
RGB
CMYK
RGB Variations
Color information
#064E72 (or 0x064E72) is known color: Dark Cerulean. HEX triplet: 06, 4E and 72. RGB value is (6,78,114). Sum of RGB (Red+Green+Blue) = 6+78+114=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #064E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E72 is #F9B18D. Grayscale: #3C3C3C. Windows color (decimal): -16363918 or 7491078. OLE color: 7491078.
HSL color Cylindrical-coordinate representation of color #064E72: hue angle of 200º 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 #064E72 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 78 | 114 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.55 |
| HSL | 200º | 0.9% | 0.24% | - |
| HSV(B) | 200º | 0.95% | 0.45% | - |
| XYZ | 5.84 | 6.7 | 16.91 | - |
| YUV | 60.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 114 | 0.95 | 0.32 | 0 | 0.55 | 200 | 0.9 | 0.24 |
| Hex | 6 | 4E | 72 | 5F | 20 | 0 | 37 | C8 | 5A | 18 |
| Octal | 6 | 116 | 162 | 137 | 40 | 0 | 67 | 310 | 132 | 30 |
| Binary | 110 | 1001110 | 1110010 | 1011111 | 100000 | 0 | 110111 | 11001000 | 1011010 | 11000 |
Color Harmonies of #064E72
Complementary color
Monochromatic Colors of #064E72
Black with #064E72
Text Example
Text Example
White with #064E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E72; }
p { color: rgb(6,78,114); }
H1.HeaderClassName
{
color: #064E72;
}
.AnyTagClassName
{
color: #064E72;
}
</style>
background-color css
<style>
a { background-color: #064E72; }
a { background-color: rgb(6,78,114); }
div.DivClassName
{
background-color: #064E72;
}
.BgClassName
{
background-color: #064E72;
}
</style>
border-color css
<style>
span { border-color: #064E72; }
span { border-color: rgb(6,78,114); }
td.TdClassName
{
border-color: #064E72;
}
.TagClassName
{
border-color: #064E72;
}
</style>