Shades of Cobalt #0143AB
Tints of Cobalt #0143AB
RGB
CMYK
RGB Variations
Color information
#0143AB (or 0x0143AB) is known color: Cobalt. HEX triplet: 01, 43 and AB. RGB value is (1,67,171). Sum of RGB (Red+Green+Blue) = 1+67+171=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #0143AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0143AB is #FEBC54. Grayscale: #3A3A3A. Windows color (decimal): -16694357 or 11223809. OLE color: 11223809.
HSL color Cylindrical-coordinate representation of color #0143AB: hue angle of 216.71º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0143AB is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 67 | 171 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.33 |
| HSL | 216.71º | 0.99% | 0.34% | - |
| HSV(B) | 216.71º | 0.99% | 0.67% | - |
| XYZ | 9.37 | 6.96 | 39.38 | - |
| YUV | 59.12 | 191.13 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 171 | 0.99 | 0.61 | 0 | 0.33 | 216.71 | 0.99 | 0.34 |
| Hex | 1 | 43 | AB | 63 | 3D | 0 | 21 | D9 | 63 | 22 |
| Octal | 1 | 103 | 253 | 143 | 75 | 0 | 41 | 331 | 143 | 42 |
| Binary | 1 | 1000011 | 10101011 | 1100011 | 111101 | 0 | 100001 | 11011001 | 1100011 | 100010 |
Color Harmonies of #0143AB
Complementary color
Monochromatic Colors of #0143AB
Black with #0143AB
Text Example
Text Example
White with #0143AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143AB; }
p { color: rgb(1,67,171); }
H1.HeaderClassName
{
color: #0143AB;
}
.AnyTagClassName
{
color: #0143AB;
}
</style>
background-color css
<style>
a { background-color: #0143AB; }
a { background-color: rgb(1,67,171); }
div.DivClassName
{
background-color: #0143AB;
}
.BgClassName
{
background-color: #0143AB;
}
</style>
border-color css
<style>
span { border-color: #0143AB; }
span { border-color: rgb(1,67,171); }
td.TdClassName
{
border-color: #0143AB;
}
.TagClassName
{
border-color: #0143AB;
}
</style>