Shades of Cobalt #154DAE
Tints of Cobalt #154DAE
RGB
CMYK
RGB Variations
Color information
#154DAE (or 0x154DAE) is known color: Cobalt. HEX triplet: 15, 4D and AE. RGB value is (21,77,174). Sum of RGB (Red+Green+Blue) = 21+77+174=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #154DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154DAE is #EAB251. Grayscale: #464646. Windows color (decimal): -15381074 or 11422997. OLE color: 11422997.
HSL color Cylindrical-coordinate representation of color #154DAE: hue angle of 218.04º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154DAE is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 77 | 174 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.32 |
| HSL | 218.04º | 0.78% | 0.38% | - |
| HSV(B) | 218.04º | 0.88% | 0.68% | - |
| XYZ | 10.6 | 8.52 | 41.13 | - |
| YUV | 71.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 174 | 0.88 | 0.56 | 0 | 0.32 | 218.04 | 0.78 | 0.38 |
| Hex | 15 | 4D | AE | 58 | 38 | 0 | 20 | DA | 4E | 26 |
| Octal | 25 | 115 | 256 | 130 | 70 | 0 | 40 | 332 | 116 | 46 |
| Binary | 10101 | 1001101 | 10101110 | 1011000 | 111000 | 0 | 100000 | 11011010 | 1001110 | 100110 |
Color Harmonies of #154DAE
Complementary color
Monochromatic Colors of #154DAE
Black with #154DAE
Text Example
Text Example
White with #154DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DAE; }
p { color: rgb(21,77,174); }
H1.HeaderClassName
{
color: #154DAE;
}
.AnyTagClassName
{
color: #154DAE;
}
</style>
background-color css
<style>
a { background-color: #154DAE; }
a { background-color: rgb(21,77,174); }
div.DivClassName
{
background-color: #154DAE;
}
.BgClassName
{
background-color: #154DAE;
}
</style>
border-color css
<style>
span { border-color: #154DAE; }
span { border-color: rgb(21,77,174); }
td.TdClassName
{
border-color: #154DAE;
}
.TagClassName
{
border-color: #154DAE;
}
</style>