Shades of Cobalt #0141AB
Tints of Cobalt #0141AB
RGB
CMYK
RGB Variations
Color information
#0141AB (or 0x0141AB) is known color: Cobalt. HEX triplet: 01, 41 and AB. RGB value is (1,65,171). Sum of RGB (Red+Green+Blue) = 1+65+171=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #0141AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0141AB is #FEBE54. Grayscale: #393939. Windows color (decimal): -16694869 or 11223297. OLE color: 11223297.
HSL color Cylindrical-coordinate representation of color #0141AB: hue angle of 217.41º 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 #0141AB is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 65 | 171 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.33 |
| HSL | 217.41º | 0.99% | 0.34% | - |
| HSV(B) | 217.41º | 0.99% | 0.67% | - |
| XYZ | 9.25 | 6.73 | 39.34 | - |
| YUV | 57.95 | 191.8 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 171 | 0.99 | 0.62 | 0 | 0.33 | 217.41 | 0.99 | 0.34 |
| Hex | 1 | 41 | AB | 63 | 3E | 0 | 21 | D9 | 63 | 22 |
| Octal | 1 | 101 | 253 | 143 | 76 | 0 | 41 | 331 | 143 | 42 |
| Binary | 1 | 1000001 | 10101011 | 1100011 | 111110 | 0 | 100001 | 11011001 | 1100011 | 100010 |
Color Harmonies of #0141AB
Complementary color
Monochromatic Colors of #0141AB
Black with #0141AB
Text Example
Text Example
White with #0141AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0141AB; }
p { color: rgb(1,65,171); }
H1.HeaderClassName
{
color: #0141AB;
}
.AnyTagClassName
{
color: #0141AB;
}
</style>
background-color css
<style>
a { background-color: #0141AB; }
a { background-color: rgb(1,65,171); }
div.DivClassName
{
background-color: #0141AB;
}
.BgClassName
{
background-color: #0141AB;
}
</style>
border-color css
<style>
span { border-color: #0141AB; }
span { border-color: rgb(1,65,171); }
td.TdClassName
{
border-color: #0141AB;
}
.TagClassName
{
border-color: #0141AB;
}
</style>