Shades of Cobalt #144CB0
Tints of Cobalt #144CB0
RGB
CMYK
RGB Variations
Color information
#144CB0 (or 0x144CB0) is known color: Cobalt. HEX triplet: 14, 4C and B0. RGB value is (20,76,176). Sum of RGB (Red+Green+Blue) = 20+76+176=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 176 (69.14% from 255 or 64.71% from 272); Max value from RGB is 176 - color contains mainly: blue. Hex color #144CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144CB0 is #EBB34F. Grayscale: #464646. Windows color (decimal): -15446864 or 11553812. OLE color: 11553812.
HSL color Cylindrical-coordinate representation of color #144CB0: hue angle of 218.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144CB0 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 76 | 176 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.31 |
| HSL | 218.46º | 0.8% | 0.38% | - |
| HSV(B) | 218.46º | 0.89% | 0.69% | - |
| XYZ | 10.71 | 8.45 | 42.14 | - |
| YUV | 70.66 | 187.45 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 176 | 0.89 | 0.57 | 0 | 0.31 | 218.46 | 0.8 | 0.38 |
| Hex | 14 | 4C | B0 | 59 | 39 | 0 | 1F | DA | 50 | 26 |
| Octal | 24 | 114 | 260 | 131 | 71 | 0 | 37 | 332 | 120 | 46 |
| Binary | 10100 | 1001100 | 10110000 | 1011001 | 111001 | 0 | 11111 | 11011010 | 1010000 | 100110 |
Color Harmonies of #144CB0
Complementary color
Monochromatic Colors of #144CB0
Black with #144CB0
Text Example
Text Example
White with #144CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CB0; }
p { color: rgb(20,76,176); }
H1.HeaderClassName
{
color: #144CB0;
}
.AnyTagClassName
{
color: #144CB0;
}
</style>
background-color css
<style>
a { background-color: #144CB0; }
a { background-color: rgb(20,76,176); }
div.DivClassName
{
background-color: #144CB0;
}
.BgClassName
{
background-color: #144CB0;
}
</style>
border-color css
<style>
span { border-color: #144CB0; }
span { border-color: rgb(20,76,176); }
td.TdClassName
{
border-color: #144CB0;
}
.TagClassName
{
border-color: #144CB0;
}
</style>