Shades of Cobalt #1548A8
Tints of Cobalt #1548A8
RGB
CMYK
RGB Variations
Color information
#1548A8 (or 0x1548A8) is known color: Cobalt. HEX triplet: 15, 48 and A8. RGB value is (21,72,168). Sum of RGB (Red+Green+Blue) = 21+72+168=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 168 (66.02% from 255 or 64.37% from 261); Max value from RGB is 168 - color contains mainly: blue. Hex color #1548A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1548A8 is #EAB757. Grayscale: #434343. Windows color (decimal): -15382360 or 11028501. OLE color: 11028501.
HSL color Cylindrical-coordinate representation of color #1548A8: hue angle of 219.18º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1548A8 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 72 | 168 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.34 |
| HSL | 219.18º | 0.78% | 0.37% | - |
| HSV(B) | 219.18º | 0.88% | 0.66% | - |
| XYZ | 9.69 | 7.62 | 38.01 | - |
| YUV | 67.7 | 184.6 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 168 | 0.88 | 0.57 | 0 | 0.34 | 219.18 | 0.78 | 0.37 |
| Hex | 15 | 48 | A8 | 58 | 39 | 0 | 22 | DB | 4E | 25 |
| Octal | 25 | 110 | 250 | 130 | 71 | 0 | 42 | 333 | 116 | 45 |
| Binary | 10101 | 1001000 | 10101000 | 1011000 | 111001 | 0 | 100010 | 11011011 | 1001110 | 100101 |
Color Harmonies of #1548A8
Complementary color
Monochromatic Colors of #1548A8
Black with #1548A8
Text Example
Text Example
White with #1548A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1548A8; }
p { color: rgb(21,72,168); }
H1.HeaderClassName
{
color: #1548A8;
}
.AnyTagClassName
{
color: #1548A8;
}
</style>
background-color css
<style>
a { background-color: #1548A8; }
a { background-color: rgb(21,72,168); }
div.DivClassName
{
background-color: #1548A8;
}
.BgClassName
{
background-color: #1548A8;
}
</style>
border-color css
<style>
span { border-color: #1548A8; }
span { border-color: rgb(21,72,168); }
td.TdClassName
{
border-color: #1548A8;
}
.TagClassName
{
border-color: #1548A8;
}
</style>