Shades of Cobalt #144CAA
Tints of Cobalt #144CAA
RGB
CMYK
RGB Variations
Color information
#144CAA (or 0x144CAA) is known color: Cobalt. HEX triplet: 14, 4C and AA. RGB value is (20,76,170). Sum of RGB (Red+Green+Blue) = 20+76+170=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #144CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144CAA is #EBB355. Grayscale: #454545. Windows color (decimal): -15446870 or 11160596. OLE color: 11160596.
HSL color Cylindrical-coordinate representation of color #144CAA: hue angle of 217.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144CAA is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 76 | 170 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.33 |
| HSL | 217.6º | 0.79% | 0.37% | - |
| HSV(B) | 217.6º | 0.88% | 0.67% | - |
| XYZ | 10.13 | 8.22 | 39.08 | - |
| YUV | 69.97 | 184.45 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 170 | 0.88 | 0.55 | 0 | 0.33 | 217.6 | 0.79 | 0.37 |
| Hex | 14 | 4C | AA | 58 | 37 | 0 | 21 | DA | 4F | 25 |
| Octal | 24 | 114 | 252 | 130 | 67 | 0 | 41 | 332 | 117 | 45 |
| Binary | 10100 | 1001100 | 10101010 | 1011000 | 110111 | 0 | 100001 | 11011010 | 1001111 | 100101 |
Color Harmonies of #144CAA
Complementary color
Monochromatic Colors of #144CAA
Black with #144CAA
Text Example
Text Example
White with #144CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CAA; }
p { color: rgb(20,76,170); }
H1.HeaderClassName
{
color: #144CAA;
}
.AnyTagClassName
{
color: #144CAA;
}
</style>
background-color css
<style>
a { background-color: #144CAA; }
a { background-color: rgb(20,76,170); }
div.DivClassName
{
background-color: #144CAA;
}
.BgClassName
{
background-color: #144CAA;
}
</style>
border-color css
<style>
span { border-color: #144CAA; }
span { border-color: rgb(20,76,170); }
td.TdClassName
{
border-color: #144CAA;
}
.TagClassName
{
border-color: #144CAA;
}
</style>