Shades of Cobalt #1548A1
Tints of Cobalt #1548A1
RGB
CMYK
RGB Variations
Color information
#1548A1 (or 0x1548A1) is known color: Cobalt. HEX triplet: 15, 48 and A1. RGB value is (21,72,161). Sum of RGB (Red+Green+Blue) = 21+72+161=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 161 (63.28% from 255 or 63.39% from 254); Max value from RGB is 161 - color contains mainly: blue. Hex color #1548A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1548A1 is #EAB75E. Grayscale: #424242. Windows color (decimal): -15382367 or 10569749. OLE color: 10569749.
HSL color Cylindrical-coordinate representation of color #1548A1: hue angle of 218.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1548A1 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 72 | 161 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.37 |
| HSL | 218.14º | 0.77% | 0.36% | - |
| HSV(B) | 218.14º | 0.87% | 0.63% | - |
| XYZ | 9.06 | 7.37 | 34.66 | - |
| YUV | 66.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 161 | 0.87 | 0.55 | 0 | 0.37 | 218.14 | 0.77 | 0.36 |
| Hex | 15 | 48 | A1 | 57 | 37 | 0 | 25 | DA | 4D | 24 |
| Octal | 25 | 110 | 241 | 127 | 67 | 0 | 45 | 332 | 115 | 44 |
| Binary | 10101 | 1001000 | 10100001 | 1010111 | 110111 | 0 | 100101 | 11011010 | 1001101 | 100100 |
Color Harmonies of #1548A1
Complementary color
Monochromatic Colors of #1548A1
Black with #1548A1
Text Example
Text Example
White with #1548A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1548A1; }
p { color: rgb(21,72,161); }
H1.HeaderClassName
{
color: #1548A1;
}
.AnyTagClassName
{
color: #1548A1;
}
</style>
background-color css
<style>
a { background-color: #1548A1; }
a { background-color: rgb(21,72,161); }
div.DivClassName
{
background-color: #1548A1;
}
.BgClassName
{
background-color: #1548A1;
}
</style>
border-color css
<style>
span { border-color: #1548A1; }
span { border-color: rgb(21,72,161); }
td.TdClassName
{
border-color: #1548A1;
}
.TagClassName
{
border-color: #1548A1;
}
</style>