Shades of Dark Cerulean #064672
Tints of Dark Cerulean #064672
RGB
CMYK
RGB Variations
Color information
#064672 (or 0x064672) is known color: Dark Cerulean. HEX triplet: 06, 46 and 72. RGB value is (6,70,114). Sum of RGB (Red+Green+Blue) = 6+70+114=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #064672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064672 is #F9B98D. Grayscale: #373737. Windows color (decimal): -16365966 or 7489030. OLE color: 7489030.
HSL color Cylindrical-coordinate representation of color #064672: hue angle of 204.44º 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 #064672 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 70 | 114 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.55 |
| HSL | 204.44º | 0.9% | 0.24% | - |
| HSV(B) | 204.44º | 0.95% | 0.45% | - |
| XYZ | 5.3 | 5.63 | 16.73 | - |
| YUV | 55.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 114 | 0.95 | 0.39 | 0 | 0.55 | 204.44 | 0.9 | 0.24 |
| Hex | 6 | 46 | 72 | 5F | 27 | 0 | 37 | CC | 5A | 18 |
| Octal | 6 | 106 | 162 | 137 | 47 | 0 | 67 | 314 | 132 | 30 |
| Binary | 110 | 1000110 | 1110010 | 1011111 | 100111 | 0 | 110111 | 11001100 | 1011010 | 11000 |
Color Harmonies of #064672
Complementary color
Monochromatic Colors of #064672
Black with #064672
Text Example
Text Example
White with #064672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064672; }
p { color: rgb(6,70,114); }
H1.HeaderClassName
{
color: #064672;
}
.AnyTagClassName
{
color: #064672;
}
</style>
background-color css
<style>
a { background-color: #064672; }
a { background-color: rgb(6,70,114); }
div.DivClassName
{
background-color: #064672;
}
.BgClassName
{
background-color: #064672;
}
</style>
border-color css
<style>
span { border-color: #064672; }
span { border-color: rgb(6,70,114); }
td.TdClassName
{
border-color: #064672;
}
.TagClassName
{
border-color: #064672;
}
</style>