Shades of Cobalt #064E9A
Tints of Cobalt #064E9A
RGB
CMYK
RGB Variations
Color information
#064E9A (or 0x064E9A) is known color: Cobalt. HEX triplet: 06, 4E and 9A. RGB value is (6,78,154). Sum of RGB (Red+Green+Blue) = 6+78+154=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #064E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E9A is #F9B165. Grayscale: #404040. Windows color (decimal): -16363878 or 10112518. OLE color: 10112518.
HSL color Cylindrical-coordinate representation of color #064E9A: hue angle of 210.81º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064E9A is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 78 | 154 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.40 |
| HSL | 210.81º | 0.93% | 0.31% | - |
| HSV(B) | 210.81º | 0.96% | 0.6% | - |
| XYZ | 8.63 | 7.82 | 31.63 | - |
| YUV | 65.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 154 | 0.96 | 0.49 | 0 | 0.40 | 210.81 | 0.93 | 0.31 |
| Hex | 6 | 4E | 9A | 60 | 31 | 0 | 28 | D3 | 5C | 1F |
| Octal | 6 | 116 | 232 | 140 | 61 | 0 | 50 | 323 | 134 | 37 |
| Binary | 110 | 1001110 | 10011010 | 1100000 | 110001 | 0 | 101000 | 11010011 | 1011100 | 11111 |
Color Harmonies of #064E9A
Complementary color
Monochromatic Colors of #064E9A
Black with #064E9A
Text Example
Text Example
White with #064E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E9A; }
p { color: rgb(6,78,154); }
H1.HeaderClassName
{
color: #064E9A;
}
.AnyTagClassName
{
color: #064E9A;
}
</style>
background-color css
<style>
a { background-color: #064E9A; }
a { background-color: rgb(6,78,154); }
div.DivClassName
{
background-color: #064E9A;
}
.BgClassName
{
background-color: #064E9A;
}
</style>
border-color css
<style>
span { border-color: #064E9A; }
span { border-color: rgb(6,78,154); }
td.TdClassName
{
border-color: #064E9A;
}
.TagClassName
{
border-color: #064E9A;
}
</style>