Shades of Cobalt #154E9F
Tints of Cobalt #154E9F
RGB
CMYK
RGB Variations
Color information
#154E9F (or 0x154E9F) is known color: Cobalt. HEX triplet: 15, 4E and 9F. RGB value is (21,78,159). Sum of RGB (Red+Green+Blue) = 21+78+159=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #154E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154E9F is #EAB160. Grayscale: #454545. Windows color (decimal): -15380833 or 10440213. OLE color: 10440213.
HSL color Cylindrical-coordinate representation of color #154E9F: hue angle of 215.22º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #154E9F is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 78 | 159 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.38 |
| HSL | 215.22º | 0.77% | 0.35% | - |
| HSV(B) | 215.22º | 0.87% | 0.62% | - |
| XYZ | 9.29 | 8.11 | 33.88 | - |
| YUV | 70.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 159 | 0.87 | 0.51 | 0 | 0.38 | 215.22 | 0.77 | 0.35 |
| Hex | 15 | 4E | 9F | 57 | 33 | 0 | 26 | D7 | 4D | 23 |
| Octal | 25 | 116 | 237 | 127 | 63 | 0 | 46 | 327 | 115 | 43 |
| Binary | 10101 | 1001110 | 10011111 | 1010111 | 110011 | 0 | 100110 | 11010111 | 1001101 | 100011 |
Color Harmonies of #154E9F
Complementary color
Monochromatic Colors of #154E9F
Black with #154E9F
Text Example
Text Example
White with #154E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E9F; }
p { color: rgb(21,78,159); }
H1.HeaderClassName
{
color: #154E9F;
}
.AnyTagClassName
{
color: #154E9F;
}
</style>
background-color css
<style>
a { background-color: #154E9F; }
a { background-color: rgb(21,78,159); }
div.DivClassName
{
background-color: #154E9F;
}
.BgClassName
{
background-color: #154E9F;
}
</style>
border-color css
<style>
span { border-color: #154E9F; }
span { border-color: rgb(21,78,159); }
td.TdClassName
{
border-color: #154E9F;
}
.TagClassName
{
border-color: #154E9F;
}
</style>