Shades of Dark Cerulean #064686
Tints of Dark Cerulean #064686
RGB
CMYK
RGB Variations
Color information
#064686 (or 0x064686) is known color: Dark Cerulean. HEX triplet: 06, 46 and 86. RGB value is (6,70,134). Sum of RGB (Red+Green+Blue) = 6+70+134=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #064686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064686 is #F9B979. Grayscale: #393939. Windows color (decimal): -16365946 or 8799750. OLE color: 8799750.
HSL color Cylindrical-coordinate representation of color #064686: hue angle of 210º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064686 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 70 | 134 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.47 |
| HSL | 210º | 0.91% | 0.27% | - |
| HSV(B) | 210º | 0.96% | 0.53% | - |
| XYZ | 6.57 | 6.14 | 23.39 | - |
| YUV | 58.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 134 | 0.96 | 0.48 | 0 | 0.47 | 210 | 0.91 | 0.27 |
| Hex | 6 | 46 | 86 | 60 | 30 | 0 | 2F | D2 | 5B | 1B |
| Octal | 6 | 106 | 206 | 140 | 60 | 0 | 57 | 322 | 133 | 33 |
| Binary | 110 | 1000110 | 10000110 | 1100000 | 110000 | 0 | 101111 | 11010010 | 1011011 | 11011 |
Color Harmonies of #064686
Complementary color
Monochromatic Colors of #064686
Black with #064686
Text Example
Text Example
White with #064686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064686; }
p { color: rgb(6,70,134); }
H1.HeaderClassName
{
color: #064686;
}
.AnyTagClassName
{
color: #064686;
}
</style>
background-color css
<style>
a { background-color: #064686; }
a { background-color: rgb(6,70,134); }
div.DivClassName
{
background-color: #064686;
}
.BgClassName
{
background-color: #064686;
}
</style>
border-color css
<style>
span { border-color: #064686; }
span { border-color: rgb(6,70,134); }
td.TdClassName
{
border-color: #064686;
}
.TagClassName
{
border-color: #064686;
}
</style>