Shades of Cobalt #144B9B
Tints of Cobalt #144B9B
RGB
CMYK
RGB Variations
Color information
#144B9B (or 0x144B9B) is known color: Cobalt. HEX triplet: 14, 4B and 9B. RGB value is (20,75,155). Sum of RGB (Red+Green+Blue) = 20+75+155=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #144B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144B9B is #EBB464. Grayscale: #434343. Windows color (decimal): -15447141 or 10177300. OLE color: 10177300.
HSL color Cylindrical-coordinate representation of color #144B9B: hue angle of 215.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144B9B is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 75 | 155 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.39 |
| HSL | 215.56º | 0.77% | 0.34% | - |
| HSV(B) | 215.56º | 0.87% | 0.61% | - |
| XYZ | 8.72 | 7.55 | 32.01 | - |
| YUV | 67.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 155 | 0.87 | 0.52 | 0 | 0.39 | 215.56 | 0.77 | 0.34 |
| Hex | 14 | 4B | 9B | 57 | 34 | 0 | 27 | D8 | 4D | 22 |
| Octal | 24 | 113 | 233 | 127 | 64 | 0 | 47 | 330 | 115 | 42 |
| Binary | 10100 | 1001011 | 10011011 | 1010111 | 110100 | 0 | 100111 | 11011000 | 1001101 | 100010 |
Color Harmonies of #144B9B
Complementary color
Monochromatic Colors of #144B9B
Black with #144B9B
Text Example
Text Example
White with #144B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B9B; }
p { color: rgb(20,75,155); }
H1.HeaderClassName
{
color: #144B9B;
}
.AnyTagClassName
{
color: #144B9B;
}
</style>
background-color css
<style>
a { background-color: #144B9B; }
a { background-color: rgb(20,75,155); }
div.DivClassName
{
background-color: #144B9B;
}
.BgClassName
{
background-color: #144B9B;
}
</style>
border-color css
<style>
span { border-color: #144B9B; }
span { border-color: rgb(20,75,155); }
td.TdClassName
{
border-color: #144B9B;
}
.TagClassName
{
border-color: #144B9B;
}
</style>