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