Shades of Cobalt #154DA6
Tints of Cobalt #154DA6
RGB
CMYK
RGB Variations
Color information
#154DA6 (or 0x154DA6) is known color: Cobalt. HEX triplet: 15, 4D and A6. RGB value is (21,77,166). Sum of RGB (Red+Green+Blue) = 21+77+166=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 166 (65.23% from 255 or 62.88% from 264); Max value from RGB is 166 - color contains mainly: blue. Hex color #154DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154DA6 is #EAB259. Grayscale: #454545. Windows color (decimal): -15381082 or 10898709. OLE color: 10898709.
HSL color Cylindrical-coordinate representation of color #154DA6: hue angle of 216.83º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #154DA6 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 77 | 166 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.35 |
| HSL | 216.83º | 0.78% | 0.37% | - |
| HSV(B) | 216.83º | 0.87% | 0.65% | - |
| XYZ | 9.85 | 8.22 | 37.14 | - |
| YUV | 70.4 | 181.95 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 166 | 0.87 | 0.54 | 0 | 0.35 | 216.83 | 0.78 | 0.37 |
| Hex | 15 | 4D | A6 | 57 | 36 | 0 | 23 | D9 | 4E | 25 |
| Octal | 25 | 115 | 246 | 127 | 66 | 0 | 43 | 331 | 116 | 45 |
| Binary | 10101 | 1001101 | 10100110 | 1010111 | 110110 | 0 | 100011 | 11011001 | 1001110 | 100101 |
Color Harmonies of #154DA6
Complementary color
Monochromatic Colors of #154DA6
Black with #154DA6
Text Example
Text Example
White with #154DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DA6; }
p { color: rgb(21,77,166); }
H1.HeaderClassName
{
color: #154DA6;
}
.AnyTagClassName
{
color: #154DA6;
}
</style>
background-color css
<style>
a { background-color: #154DA6; }
a { background-color: rgb(21,77,166); }
div.DivClassName
{
background-color: #154DA6;
}
.BgClassName
{
background-color: #154DA6;
}
</style>
border-color css
<style>
span { border-color: #154DA6; }
span { border-color: rgb(21,77,166); }
td.TdClassName
{
border-color: #154DA6;
}
.TagClassName
{
border-color: #154DA6;
}
</style>