Shades of Cobalt #1448AC
Tints of Cobalt #1448AC
RGB
CMYK
RGB Variations
Color information
#1448AC (or 0x1448AC) is known color: Cobalt. HEX triplet: 14, 48 and AC. RGB value is (20,72,172). Sum of RGB (Red+Green+Blue) = 20+72+172=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #1448AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1448AC is #EBB753. Grayscale: #434343. Windows color (decimal): -15447892 or 11290644. OLE color: 11290644.
HSL color Cylindrical-coordinate representation of color #1448AC: hue angle of 219.47º 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 #1448AC is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 72 | 172 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.33 |
| HSL | 219.47º | 0.79% | 0.38% | - |
| HSV(B) | 219.47º | 0.88% | 0.67% | - |
| XYZ | 10.05 | 7.76 | 40 | - |
| YUV | 67.85 | 186.77 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 172 | 0.88 | 0.58 | 0 | 0.33 | 219.47 | 0.79 | 0.38 |
| Hex | 14 | 48 | AC | 58 | 3A | 0 | 21 | DB | 4F | 26 |
| Octal | 24 | 110 | 254 | 130 | 72 | 0 | 41 | 333 | 117 | 46 |
| Binary | 10100 | 1001000 | 10101100 | 1011000 | 111010 | 0 | 100001 | 11011011 | 1001111 | 100110 |
Color Harmonies of #1448AC
Complementary color
Monochromatic Colors of #1448AC
Black with #1448AC
Text Example
Text Example
White with #1448AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448AC; }
p { color: rgb(20,72,172); }
H1.HeaderClassName
{
color: #1448AC;
}
.AnyTagClassName
{
color: #1448AC;
}
</style>
background-color css
<style>
a { background-color: #1448AC; }
a { background-color: rgb(20,72,172); }
div.DivClassName
{
background-color: #1448AC;
}
.BgClassName
{
background-color: #1448AC;
}
</style>
border-color css
<style>
span { border-color: #1448AC; }
span { border-color: rgb(20,72,172); }
td.TdClassName
{
border-color: #1448AC;
}
.TagClassName
{
border-color: #1448AC;
}
</style>