Shades of Cobalt #1448AB
Tints of Cobalt #1448AB
RGB
CMYK
RGB Variations
Color information
#1448AB (or 0x1448AB) is known color: Cobalt. HEX triplet: 14, 48 and AB. RGB value is (20,72,171). Sum of RGB (Red+Green+Blue) = 20+72+171=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #1448AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1448AB is #EBB754. Grayscale: #434343. Windows color (decimal): -15447893 or 11225108. OLE color: 11225108.
HSL color Cylindrical-coordinate representation of color #1448AB: hue angle of 219.34º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1448AB is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 72 | 171 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.33 |
| HSL | 219.34º | 0.79% | 0.37% | - |
| HSV(B) | 219.34º | 0.88% | 0.67% | - |
| XYZ | 9.96 | 7.72 | 39.49 | - |
| YUV | 67.74 | 186.27 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 171 | 0.88 | 0.58 | 0 | 0.33 | 219.34 | 0.79 | 0.37 |
| Hex | 14 | 48 | AB | 58 | 3A | 0 | 21 | DB | 4F | 25 |
| Octal | 24 | 110 | 253 | 130 | 72 | 0 | 41 | 333 | 117 | 45 |
| Binary | 10100 | 1001000 | 10101011 | 1011000 | 111010 | 0 | 100001 | 11011011 | 1001111 | 100101 |
Color Harmonies of #1448AB
Complementary color
Monochromatic Colors of #1448AB
Black with #1448AB
Text Example
Text Example
White with #1448AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448AB; }
p { color: rgb(20,72,171); }
H1.HeaderClassName
{
color: #1448AB;
}
.AnyTagClassName
{
color: #1448AB;
}
</style>
background-color css
<style>
a { background-color: #1448AB; }
a { background-color: rgb(20,72,171); }
div.DivClassName
{
background-color: #1448AB;
}
.BgClassName
{
background-color: #1448AB;
}
</style>
border-color css
<style>
span { border-color: #1448AB; }
span { border-color: rgb(20,72,171); }
td.TdClassName
{
border-color: #1448AB;
}
.TagClassName
{
border-color: #1448AB;
}
</style>