Shades of Dark Cerulean #064D72
Tints of Dark Cerulean #064D72
RGB
CMYK
RGB Variations
Color information
#064D72 (or 0x064D72) is known color: Dark Cerulean. HEX triplet: 06, 4D and 72. RGB value is (6,77,114). Sum of RGB (Red+Green+Blue) = 6+77+114=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #064D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D72 is #F9B28D. Grayscale: #3B3B3B. Windows color (decimal): -16364174 or 7490822. OLE color: 7490822.
HSL color Cylindrical-coordinate representation of color #064D72: hue angle of 200.56º 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 #064D72 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 77 | 114 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.55 |
| HSL | 200.56º | 0.9% | 0.24% | - |
| HSV(B) | 200.56º | 0.95% | 0.45% | - |
| XYZ | 5.77 | 6.56 | 16.88 | - |
| YUV | 59.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 114 | 0.95 | 0.32 | 0 | 0.55 | 200.56 | 0.9 | 0.24 |
| Hex | 6 | 4D | 72 | 5F | 20 | 0 | 37 | C9 | 5A | 18 |
| Octal | 6 | 115 | 162 | 137 | 40 | 0 | 67 | 311 | 132 | 30 |
| Binary | 110 | 1001101 | 1110010 | 1011111 | 100000 | 0 | 110111 | 11001001 | 1011010 | 11000 |
Color Harmonies of #064D72
Complementary color
Monochromatic Colors of #064D72
Black with #064D72
Text Example
Text Example
White with #064D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D72; }
p { color: rgb(6,77,114); }
H1.HeaderClassName
{
color: #064D72;
}
.AnyTagClassName
{
color: #064D72;
}
</style>
background-color css
<style>
a { background-color: #064D72; }
a { background-color: rgb(6,77,114); }
div.DivClassName
{
background-color: #064D72;
}
.BgClassName
{
background-color: #064D72;
}
</style>
border-color css
<style>
span { border-color: #064D72; }
span { border-color: rgb(6,77,114); }
td.TdClassName
{
border-color: #064D72;
}
.TagClassName
{
border-color: #064D72;
}
</style>