Shades of Cobalt #154AA0
Tints of Cobalt #154AA0
RGB
CMYK
RGB Variations
Color information
#154AA0 (or 0x154AA0) is known color: Cobalt. HEX triplet: 15, 4A and A0. RGB value is (21,74,160). Sum of RGB (Red+Green+Blue) = 21+74+160=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #154AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AA0 is #EAB55F. Grayscale: #434343. Windows color (decimal): -15381856 or 10504725. OLE color: 10504725.
HSL color Cylindrical-coordinate representation of color #154AA0: hue angle of 217.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #154AA0 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 74 | 160 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.37 |
| HSL | 217.12º | 0.77% | 0.35% | - |
| HSV(B) | 217.12º | 0.87% | 0.63% | - |
| XYZ | 9.1 | 7.6 | 34.24 | - |
| YUV | 67.96 | 179.94 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 160 | 0.87 | 0.54 | 0 | 0.37 | 217.12 | 0.77 | 0.35 |
| Hex | 15 | 4A | A0 | 57 | 36 | 0 | 25 | D9 | 4D | 23 |
| Octal | 25 | 112 | 240 | 127 | 66 | 0 | 45 | 331 | 115 | 43 |
| Binary | 10101 | 1001010 | 10100000 | 1010111 | 110110 | 0 | 100101 | 11011001 | 1001101 | 100011 |
Color Harmonies of #154AA0
Complementary color
Monochromatic Colors of #154AA0
Black with #154AA0
Text Example
Text Example
White with #154AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AA0; }
p { color: rgb(21,74,160); }
H1.HeaderClassName
{
color: #154AA0;
}
.AnyTagClassName
{
color: #154AA0;
}
</style>
background-color css
<style>
a { background-color: #154AA0; }
a { background-color: rgb(21,74,160); }
div.DivClassName
{
background-color: #154AA0;
}
.BgClassName
{
background-color: #154AA0;
}
</style>
border-color css
<style>
span { border-color: #154AA0; }
span { border-color: rgb(21,74,160); }
td.TdClassName
{
border-color: #154AA0;
}
.TagClassName
{
border-color: #154AA0;
}
</style>