Shades of Cobalt #154DA0
Tints of Cobalt #154DA0
RGB
CMYK
RGB Variations
Color information
#154DA0 (or 0x154DA0) is known color: Cobalt. HEX triplet: 15, 4D and A0. RGB value is (21,77,160). Sum of RGB (Red+Green+Blue) = 21+77+160=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #154DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154DA0 is #EAB25F. Grayscale: #454545. Windows color (decimal): -15381088 or 10505493. OLE color: 10505493.
HSL color Cylindrical-coordinate representation of color #154DA0: hue angle of 215.83º 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 #154DA0 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 77 | 160 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.37 |
| HSL | 215.83º | 0.77% | 0.35% | - |
| HSV(B) | 215.83º | 0.87% | 0.63% | - |
| XYZ | 9.31 | 8.01 | 34.31 | - |
| YUV | 69.72 | 178.95 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 160 | 0.87 | 0.52 | 0 | 0.37 | 215.83 | 0.77 | 0.35 |
| Hex | 15 | 4D | A0 | 57 | 34 | 0 | 25 | D8 | 4D | 23 |
| Octal | 25 | 115 | 240 | 127 | 64 | 0 | 45 | 330 | 115 | 43 |
| Binary | 10101 | 1001101 | 10100000 | 1010111 | 110100 | 0 | 100101 | 11011000 | 1001101 | 100011 |
Color Harmonies of #154DA0
Complementary color
Monochromatic Colors of #154DA0
Black with #154DA0
Text Example
Text Example
White with #154DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DA0; }
p { color: rgb(21,77,160); }
H1.HeaderClassName
{
color: #154DA0;
}
.AnyTagClassName
{
color: #154DA0;
}
</style>
background-color css
<style>
a { background-color: #154DA0; }
a { background-color: rgb(21,77,160); }
div.DivClassName
{
background-color: #154DA0;
}
.BgClassName
{
background-color: #154DA0;
}
</style>
border-color css
<style>
span { border-color: #154DA0; }
span { border-color: rgb(21,77,160); }
td.TdClassName
{
border-color: #154DA0;
}
.TagClassName
{
border-color: #154DA0;
}
</style>