Shades of Cobalt #144BB3
Tints of Cobalt #144BB3
RGB
CMYK
RGB Variations
Color information
#144BB3 (or 0x144BB3) is known color: Cobalt. HEX triplet: 14, 4B and B3. RGB value is (20,75,179). Sum of RGB (Red+Green+Blue) = 20+75+179=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 179 (70.31% from 255 or 65.33% from 274); Max value from RGB is 179 - color contains mainly: blue. Hex color #144BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BB3 is #EBB44C. Grayscale: #454545. Windows color (decimal): -15447117 or 11750164. OLE color: 11750164.
HSL color Cylindrical-coordinate representation of color #144BB3: hue angle of 219.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144BB3 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 75 | 179 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.30 |
| HSL | 219.25º | 0.8% | 0.39% | - |
| HSV(B) | 219.25º | 0.89% | 0.7% | - |
| XYZ | 10.94 | 8.44 | 43.7 | - |
| YUV | 70.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 179 | 0.89 | 0.58 | 0 | 0.30 | 219.25 | 0.8 | 0.39 |
| Hex | 14 | 4B | B3 | 59 | 3A | 0 | 1E | DB | 50 | 27 |
| Octal | 24 | 113 | 263 | 131 | 72 | 0 | 36 | 333 | 120 | 47 |
| Binary | 10100 | 1001011 | 10110011 | 1011001 | 111010 | 0 | 11110 | 11011011 | 1010000 | 100111 |
Color Harmonies of #144BB3
Complementary color
Monochromatic Colors of #144BB3
Black with #144BB3
Text Example
Text Example
White with #144BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BB3; }
p { color: rgb(20,75,179); }
H1.HeaderClassName
{
color: #144BB3;
}
.AnyTagClassName
{
color: #144BB3;
}
</style>
background-color css
<style>
a { background-color: #144BB3; }
a { background-color: rgb(20,75,179); }
div.DivClassName
{
background-color: #144BB3;
}
.BgClassName
{
background-color: #144BB3;
}
</style>
border-color css
<style>
span { border-color: #144BB3; }
span { border-color: rgb(20,75,179); }
td.TdClassName
{
border-color: #144BB3;
}
.TagClassName
{
border-color: #144BB3;
}
</style>