Shades of Cobalt #144AAC
Tints of Cobalt #144AAC
RGB
CMYK
RGB Variations
Color information
#144AAC (or 0x144AAC) is known color: Cobalt. HEX triplet: 14, 4A and AC. RGB value is (20,74,172). Sum of RGB (Red+Green+Blue) = 20+74+172=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #144AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144AAC is #EBB553. Grayscale: #444444. Windows color (decimal): -15447380 or 11291156. OLE color: 11291156.
HSL color Cylindrical-coordinate representation of color #144AAC: hue angle of 218.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144AAC is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 74 | 172 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.33 |
| HSL | 218.68º | 0.79% | 0.38% | - |
| HSV(B) | 218.68º | 0.88% | 0.67% | - |
| XYZ | 10.18 | 8.02 | 40.04 | - |
| YUV | 69.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 172 | 0.88 | 0.57 | 0 | 0.33 | 218.68 | 0.79 | 0.38 |
| Hex | 14 | 4A | AC | 58 | 39 | 0 | 21 | DB | 4F | 26 |
| Octal | 24 | 112 | 254 | 130 | 71 | 0 | 41 | 333 | 117 | 46 |
| Binary | 10100 | 1001010 | 10101100 | 1011000 | 111001 | 0 | 100001 | 11011011 | 1001111 | 100110 |
Color Harmonies of #144AAC
Complementary color
Monochromatic Colors of #144AAC
Black with #144AAC
Text Example
Text Example
White with #144AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AAC; }
p { color: rgb(20,74,172); }
H1.HeaderClassName
{
color: #144AAC;
}
.AnyTagClassName
{
color: #144AAC;
}
</style>
background-color css
<style>
a { background-color: #144AAC; }
a { background-color: rgb(20,74,172); }
div.DivClassName
{
background-color: #144AAC;
}
.BgClassName
{
background-color: #144AAC;
}
</style>
border-color css
<style>
span { border-color: #144AAC; }
span { border-color: rgb(20,74,172); }
td.TdClassName
{
border-color: #144AAC;
}
.TagClassName
{
border-color: #144AAC;
}
</style>