Shades of Cobalt #04519A
Tints of Cobalt #04519A
RGB
CMYK
RGB Variations
Color information
#04519A (or 0x04519A) is known color: Cobalt. HEX triplet: 04, 51 and 9A. RGB value is (4,81,154). Sum of RGB (Red+Green+Blue) = 4+81+154=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #04519A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04519A is #FBAE65. Grayscale: #414141. Windows color (decimal): -16494182 or 10113284. OLE color: 10113284.
HSL color Cylindrical-coordinate representation of color #04519A: hue angle of 209.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04519A is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 81 | 154 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.40 |
| HSL | 209.2º | 0.95% | 0.31% | - |
| HSV(B) | 209.2º | 0.97% | 0.6% | - |
| XYZ | 8.83 | 8.24 | 31.7 | - |
| YUV | 66.3 | 177.49 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 154 | 0.97 | 0.47 | 0 | 0.40 | 209.2 | 0.95 | 0.31 |
| Hex | 4 | 51 | 9A | 61 | 2F | 0 | 28 | D1 | 5F | 1F |
| Octal | 4 | 121 | 232 | 141 | 57 | 0 | 50 | 321 | 137 | 37 |
| Binary | 100 | 1010001 | 10011010 | 1100001 | 101111 | 0 | 101000 | 11010001 | 1011111 | 11111 |
Color Harmonies of #04519A
Complementary color
Monochromatic Colors of #04519A
Black with #04519A
Text Example
Text Example
White with #04519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04519A; }
p { color: rgb(4,81,154); }
H1.HeaderClassName
{
color: #04519A;
}
.AnyTagClassName
{
color: #04519A;
}
</style>
background-color css
<style>
a { background-color: #04519A; }
a { background-color: rgb(4,81,154); }
div.DivClassName
{
background-color: #04519A;
}
.BgClassName
{
background-color: #04519A;
}
</style>
border-color css
<style>
span { border-color: #04519A; }
span { border-color: rgb(4,81,154); }
td.TdClassName
{
border-color: #04519A;
}
.TagClassName
{
border-color: #04519A;
}
</style>