Shades of Dark Cerulean #064D87
Tints of Dark Cerulean #064D87
RGB
CMYK
RGB Variations
Color information
#064D87 (or 0x064D87) is known color: Dark Cerulean. HEX triplet: 06, 4D and 87. RGB value is (6,77,135). Sum of RGB (Red+Green+Blue) = 6+77+135=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #064D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064D87 is #F9B278. Grayscale: #3E3E3E. Windows color (decimal): -16364153 or 8867078. OLE color: 8867078.
HSL color Cylindrical-coordinate representation of color #064D87: hue angle of 206.98º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064D87 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 77 | 135 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.47 |
| HSL | 206.98º | 0.91% | 0.28% | - |
| HSV(B) | 206.98º | 0.96% | 0.53% | - |
| XYZ | 7.1 | 7.1 | 23.92 | - |
| YUV | 62.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 135 | 0.96 | 0.43 | 0 | 0.47 | 206.98 | 0.91 | 0.28 |
| Hex | 6 | 4D | 87 | 60 | 2B | 0 | 2F | CF | 5B | 1C |
| Octal | 6 | 115 | 207 | 140 | 53 | 0 | 57 | 317 | 133 | 34 |
| Binary | 110 | 1001101 | 10000111 | 1100000 | 101011 | 0 | 101111 | 11001111 | 1011011 | 11100 |
Color Harmonies of #064D87
Complementary color
Monochromatic Colors of #064D87
Black with #064D87
Text Example
Text Example
White with #064D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D87; }
p { color: rgb(6,77,135); }
H1.HeaderClassName
{
color: #064D87;
}
.AnyTagClassName
{
color: #064D87;
}
</style>
background-color css
<style>
a { background-color: #064D87; }
a { background-color: rgb(6,77,135); }
div.DivClassName
{
background-color: #064D87;
}
.BgClassName
{
background-color: #064D87;
}
</style>
border-color css
<style>
span { border-color: #064D87; }
span { border-color: rgb(6,77,135); }
td.TdClassName
{
border-color: #064D87;
}
.TagClassName
{
border-color: #064D87;
}
</style>