Shades of Dark Cerulean #064C72
Tints of Dark Cerulean #064C72
RGB
CMYK
RGB Variations
Color information
#064C72 (or 0x064C72) is known color: Dark Cerulean. HEX triplet: 06, 4C and 72. RGB value is (6,76,114). Sum of RGB (Red+Green+Blue) = 6+76+114=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #064C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C72 is #F9B38D. Grayscale: #3B3B3B. Windows color (decimal): -16364430 or 7490566. OLE color: 7490566.
HSL color Cylindrical-coordinate representation of color #064C72: hue angle of 201.11º 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 #064C72 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 76 | 114 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.55 |
| HSL | 201.11º | 0.9% | 0.24% | - |
| HSV(B) | 201.11º | 0.95% | 0.45% | - |
| XYZ | 5.7 | 6.42 | 16.86 | - |
| YUV | 59.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 114 | 0.95 | 0.33 | 0 | 0.55 | 201.11 | 0.9 | 0.24 |
| Hex | 6 | 4C | 72 | 5F | 21 | 0 | 37 | C9 | 5A | 18 |
| Octal | 6 | 114 | 162 | 137 | 41 | 0 | 67 | 311 | 132 | 30 |
| Binary | 110 | 1001100 | 1110010 | 1011111 | 100001 | 0 | 110111 | 11001001 | 1011010 | 11000 |
Color Harmonies of #064C72
Complementary color
Monochromatic Colors of #064C72
Black with #064C72
Text Example
Text Example
White with #064C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C72; }
p { color: rgb(6,76,114); }
H1.HeaderClassName
{
color: #064C72;
}
.AnyTagClassName
{
color: #064C72;
}
</style>
background-color css
<style>
a { background-color: #064C72; }
a { background-color: rgb(6,76,114); }
div.DivClassName
{
background-color: #064C72;
}
.BgClassName
{
background-color: #064C72;
}
</style>
border-color css
<style>
span { border-color: #064C72; }
span { border-color: rgb(6,76,114); }
td.TdClassName
{
border-color: #064C72;
}
.TagClassName
{
border-color: #064C72;
}
</style>