Shades of Cobalt #0144A9
Tints of Cobalt #0144A9
RGB
CMYK
RGB Variations
Color information
#0144A9 (or 0x0144A9) is known color: Cobalt. HEX triplet: 01, 44 and A9. RGB value is (1,68,169). Sum of RGB (Red+Green+Blue) = 1+68+169=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 169 (66.41% from 255 or 71.01% from 238); Max value from RGB is 169 - color contains mainly: blue. Hex color #0144A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0144A9 is #FEBB56. Grayscale: #3B3B3B. Windows color (decimal): -16694103 or 11092993. OLE color: 11092993.
HSL color Cylindrical-coordinate representation of color #0144A9: hue angle of 216.07º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0144A9 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 68 | 169 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.34 |
| HSL | 216.07º | 0.99% | 0.33% | - |
| HSV(B) | 216.07º | 0.99% | 0.66% | - |
| XYZ | 9.24 | 7.01 | 38.4 | - |
| YUV | 59.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 169 | 0.99 | 0.60 | 0 | 0.34 | 216.07 | 0.99 | 0.33 |
| Hex | 1 | 44 | A9 | 63 | 3C | 0 | 22 | D8 | 63 | 21 |
| Octal | 1 | 104 | 251 | 143 | 74 | 0 | 42 | 330 | 143 | 41 |
| Binary | 1 | 1000100 | 10101001 | 1100011 | 111100 | 0 | 100010 | 11011000 | 1100011 | 100001 |
Color Harmonies of #0144A9
Complementary color
Monochromatic Colors of #0144A9
Black with #0144A9
Text Example
Text Example
White with #0144A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0144A9; }
p { color: rgb(1,68,169); }
H1.HeaderClassName
{
color: #0144A9;
}
.AnyTagClassName
{
color: #0144A9;
}
</style>
background-color css
<style>
a { background-color: #0144A9; }
a { background-color: rgb(1,68,169); }
div.DivClassName
{
background-color: #0144A9;
}
.BgClassName
{
background-color: #0144A9;
}
</style>
border-color css
<style>
span { border-color: #0144A9; }
span { border-color: rgb(1,68,169); }
td.TdClassName
{
border-color: #0144A9;
}
.TagClassName
{
border-color: #0144A9;
}
</style>