Shades of Cobalt #154BA0
Tints of Cobalt #154BA0
RGB
CMYK
RGB Variations
Color information
#154BA0 (or 0x154BA0) is known color: Cobalt. HEX triplet: 15, 4B and A0. RGB value is (21,75,160). Sum of RGB (Red+Green+Blue) = 21+75+160=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #154BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154BA0 is #EAB45F. Grayscale: #444444. Windows color (decimal): -15381600 or 10504981. OLE color: 10504981.
HSL color Cylindrical-coordinate representation of color #154BA0: hue angle of 216.69º 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 #154BA0 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 75 | 160 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.37 |
| HSL | 216.69º | 0.77% | 0.35% | - |
| HSV(B) | 216.69º | 0.87% | 0.63% | - |
| XYZ | 9.17 | 7.73 | 34.27 | - |
| YUV | 68.54 | 179.61 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 160 | 0.87 | 0.53 | 0 | 0.37 | 216.69 | 0.77 | 0.35 |
| Hex | 15 | 4B | A0 | 57 | 35 | 0 | 25 | D9 | 4D | 23 |
| Octal | 25 | 113 | 240 | 127 | 65 | 0 | 45 | 331 | 115 | 43 |
| Binary | 10101 | 1001011 | 10100000 | 1010111 | 110101 | 0 | 100101 | 11011001 | 1001101 | 100011 |
Color Harmonies of #154BA0
Complementary color
Monochromatic Colors of #154BA0
Black with #154BA0
Text Example
Text Example
White with #154BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BA0; }
p { color: rgb(21,75,160); }
H1.HeaderClassName
{
color: #154BA0;
}
.AnyTagClassName
{
color: #154BA0;
}
</style>
background-color css
<style>
a { background-color: #154BA0; }
a { background-color: rgb(21,75,160); }
div.DivClassName
{
background-color: #154BA0;
}
.BgClassName
{
background-color: #154BA0;
}
</style>
border-color css
<style>
span { border-color: #154BA0; }
span { border-color: rgb(21,75,160); }
td.TdClassName
{
border-color: #154BA0;
}
.TagClassName
{
border-color: #154BA0;
}
</style>