Shades of Dark Cerulean #064691
Tints of Dark Cerulean #064691
RGB
CMYK
RGB Variations
Color information
#064691 (or 0x064691) is known color: Dark Cerulean. HEX triplet: 06, 46 and 91. RGB value is (6,70,145). Sum of RGB (Red+Green+Blue) = 6+70+145=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #064691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064691 is #F9B96E. Grayscale: #3B3B3B. Windows color (decimal): -16365935 or 9520646. OLE color: 9520646.
HSL color Cylindrical-coordinate representation of color #064691: hue angle of 212.37º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064691 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 70 | 145 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.43 |
| HSL | 212.37º | 0.92% | 0.3% | - |
| HSV(B) | 212.37º | 0.96% | 0.57% | - |
| XYZ | 7.38 | 6.46 | 27.65 | - |
| YUV | 59.41 | 176.3 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 145 | 0.96 | 0.52 | 0 | 0.43 | 212.37 | 0.92 | 0.3 |
| Hex | 6 | 46 | 91 | 60 | 34 | 0 | 2B | D4 | 5C | 1E |
| Octal | 6 | 106 | 221 | 140 | 64 | 0 | 53 | 324 | 134 | 36 |
| Binary | 110 | 1000110 | 10010001 | 1100000 | 110100 | 0 | 101011 | 11010100 | 1011100 | 11110 |
Color Harmonies of #064691
Complementary color
Monochromatic Colors of #064691
Black with #064691
Text Example
Text Example
White with #064691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064691; }
p { color: rgb(6,70,145); }
H1.HeaderClassName
{
color: #064691;
}
.AnyTagClassName
{
color: #064691;
}
</style>
background-color css
<style>
a { background-color: #064691; }
a { background-color: rgb(6,70,145); }
div.DivClassName
{
background-color: #064691;
}
.BgClassName
{
background-color: #064691;
}
</style>
border-color css
<style>
span { border-color: #064691; }
span { border-color: rgb(6,70,145); }
td.TdClassName
{
border-color: #064691;
}
.TagClassName
{
border-color: #064691;
}
</style>