Shades of Cobalt #004E9F
Tints of Cobalt #004E9F
RGB
CMYK
RGB Variations
Color information
#004E9F (or 0x004E9F) is known color: Cobalt. HEX triplet: 00, 4E and 9F. RGB value is (0,78,159). Sum of RGB (Red+Green+Blue) = 0+78+159=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #004E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E9F is #FFB160. Grayscale: #3F3F3F. Windows color (decimal): -16757089 or 10440192. OLE color: 10440192.
HSL color Cylindrical-coordinate representation of color #004E9F: hue angle of 210.57º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E9F is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 78 | 159 | - |
| CMYK | 1 | 0.51 | 0 | 0.38 |
| HSL | 210.57º | 1% | 0.31% | - |
| HSV(B) | 210.57º | 1% | 0.62% | - |
| XYZ | 8.98 | 7.95 | 33.86 | - |
| YUV | 63.91 | 181.66 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 159 | 1 | 0.51 | 0 | 0.38 | 210.57 | 1 | 0.31 |
| Hex | 0 | 4E | 9F | 64 | 33 | 0 | 26 | D3 | 64 | 1F |
| Octal | 0 | 116 | 237 | 144 | 63 | 0 | 46 | 323 | 144 | 37 |
| Binary | 0 | 1001110 | 10011111 | 1100100 | 110011 | 0 | 100110 | 11010011 | 1100100 | 11111 |
Color Harmonies of #004E9F
Complementary color
Monochromatic Colors of #004E9F
Black with #004E9F
Text Example
Text Example
White with #004E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E9F; }
p { color: rgb(0,78,159); }
H1.HeaderClassName
{
color: #004E9F;
}
.AnyTagClassName
{
color: #004E9F;
}
</style>
background-color css
<style>
a { background-color: #004E9F; }
a { background-color: rgb(0,78,159); }
div.DivClassName
{
background-color: #004E9F;
}
.BgClassName
{
background-color: #004E9F;
}
</style>
border-color css
<style>
span { border-color: #004E9F; }
span { border-color: rgb(0,78,159); }
td.TdClassName
{
border-color: #004E9F;
}
.TagClassName
{
border-color: #004E9F;
}
</style>