Shades of Cobalt #144CB1
Tints of Cobalt #144CB1
RGB
CMYK
RGB Variations
Color information
#144CB1 (or 0x144CB1) is known color: Cobalt. HEX triplet: 14, 4C and B1. RGB value is (20,76,177). Sum of RGB (Red+Green+Blue) = 20+76+177=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #144CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144CB1 is #EBB34E. Grayscale: #464646. Windows color (decimal): -15446863 or 11619348. OLE color: 11619348.
HSL color Cylindrical-coordinate representation of color #144CB1: hue angle of 218.6º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144CB1 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 76 | 177 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.31 |
| HSL | 218.6º | 0.8% | 0.39% | - |
| HSV(B) | 218.6º | 0.89% | 0.69% | - |
| XYZ | 10.81 | 8.49 | 42.66 | - |
| YUV | 70.77 | 187.95 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 177 | 0.89 | 0.57 | 0 | 0.31 | 218.6 | 0.8 | 0.39 |
| Hex | 14 | 4C | B1 | 59 | 39 | 0 | 1F | DB | 50 | 27 |
| Octal | 24 | 114 | 261 | 131 | 71 | 0 | 37 | 333 | 120 | 47 |
| Binary | 10100 | 1001100 | 10110001 | 1011001 | 111001 | 0 | 11111 | 11011011 | 1010000 | 100111 |
Color Harmonies of #144CB1
Complementary color
Monochromatic Colors of #144CB1
Black with #144CB1
Text Example
Text Example
White with #144CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CB1; }
p { color: rgb(20,76,177); }
H1.HeaderClassName
{
color: #144CB1;
}
.AnyTagClassName
{
color: #144CB1;
}
</style>
background-color css
<style>
a { background-color: #144CB1; }
a { background-color: rgb(20,76,177); }
div.DivClassName
{
background-color: #144CB1;
}
.BgClassName
{
background-color: #144CB1;
}
</style>
border-color css
<style>
span { border-color: #144CB1; }
span { border-color: rgb(20,76,177); }
td.TdClassName
{
border-color: #144CB1;
}
.TagClassName
{
border-color: #144CB1;
}
</style>