Shades of Cobalt #0442AB
Tints of Cobalt #0442AB
RGB
CMYK
RGB Variations
Color information
#0442AB (or 0x0442AB) is known color: Cobalt. HEX triplet: 04, 42 and AB. RGB value is (4,66,171). Sum of RGB (Red+Green+Blue) = 4+66+171=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #0442AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0442AB is #FBBD54. Grayscale: #3A3A3A. Windows color (decimal): -16498005 or 11223556. OLE color: 11223556.
HSL color Cylindrical-coordinate representation of color #0442AB: hue angle of 217.72º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0442AB is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 66 | 171 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.33 |
| HSL | 217.72º | 0.95% | 0.34% | - |
| HSV(B) | 217.72º | 0.98% | 0.67% | - |
| XYZ | 9.35 | 6.86 | 39.36 | - |
| YUV | 59.43 | 190.96 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 171 | 0.98 | 0.61 | 0 | 0.33 | 217.72 | 0.95 | 0.34 |
| Hex | 4 | 42 | AB | 62 | 3D | 0 | 21 | DA | 5F | 22 |
| Octal | 4 | 102 | 253 | 142 | 75 | 0 | 41 | 332 | 137 | 42 |
| Binary | 100 | 1000010 | 10101011 | 1100010 | 111101 | 0 | 100001 | 11011010 | 1011111 | 100010 |
Color Harmonies of #0442AB
Complementary color
Monochromatic Colors of #0442AB
Black with #0442AB
Text Example
Text Example
White with #0442AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0442AB; }
p { color: rgb(4,66,171); }
H1.HeaderClassName
{
color: #0442AB;
}
.AnyTagClassName
{
color: #0442AB;
}
</style>
background-color css
<style>
a { background-color: #0442AB; }
a { background-color: rgb(4,66,171); }
div.DivClassName
{
background-color: #0442AB;
}
.BgClassName
{
background-color: #0442AB;
}
</style>
border-color css
<style>
span { border-color: #0442AB; }
span { border-color: rgb(4,66,171); }
td.TdClassName
{
border-color: #0442AB;
}
.TagClassName
{
border-color: #0442AB;
}
</style>