Shades of Dark Cerulean #064487
Tints of Dark Cerulean #064487
RGB
CMYK
RGB Variations
Color information
#064487 (or 0x064487) is known color: Dark Cerulean. HEX triplet: 06, 44 and 87. RGB value is (6,68,135). Sum of RGB (Red+Green+Blue) = 6+68+135=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #064487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064487 is #F9BB78. Grayscale: #383838. Windows color (decimal): -16366457 or 8864774. OLE color: 8864774.
HSL color Cylindrical-coordinate representation of color #064487: hue angle of 211.16º 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 #064487 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 68 | 135 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.47 |
| HSL | 211.16º | 0.91% | 0.28% | - |
| HSV(B) | 211.16º | 0.96% | 0.53% | - |
| XYZ | 6.52 | 5.92 | 23.72 | - |
| YUV | 57.1 | 171.96 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 135 | 0.96 | 0.50 | 0 | 0.47 | 211.16 | 0.91 | 0.28 |
| Hex | 6 | 44 | 87 | 60 | 32 | 0 | 2F | D3 | 5B | 1C |
| Octal | 6 | 104 | 207 | 140 | 62 | 0 | 57 | 323 | 133 | 34 |
| Binary | 110 | 1000100 | 10000111 | 1100000 | 110010 | 0 | 101111 | 11010011 | 1011011 | 11100 |
Color Harmonies of #064487
Complementary color
Monochromatic Colors of #064487
Black with #064487
Text Example
Text Example
White with #064487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064487; }
p { color: rgb(6,68,135); }
H1.HeaderClassName
{
color: #064487;
}
.AnyTagClassName
{
color: #064487;
}
</style>
background-color css
<style>
a { background-color: #064487; }
a { background-color: rgb(6,68,135); }
div.DivClassName
{
background-color: #064487;
}
.BgClassName
{
background-color: #064487;
}
</style>
border-color css
<style>
span { border-color: #064487; }
span { border-color: rgb(6,68,135); }
td.TdClassName
{
border-color: #064487;
}
.TagClassName
{
border-color: #064487;
}
</style>