Shades of Cobalt #154DAA
Tints of Cobalt #154DAA
RGB
CMYK
RGB Variations
Color information
#154DAA (or 0x154DAA) is known color: Cobalt. HEX triplet: 15, 4D and AA. RGB value is (21,77,170). Sum of RGB (Red+Green+Blue) = 21+77+170=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #154DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154DAA is #EAB255. Grayscale: #464646. Windows color (decimal): -15381078 or 11160853. OLE color: 11160853.
HSL color Cylindrical-coordinate representation of color #154DAA: hue angle of 217.45º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154DAA is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 77 | 170 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.33 |
| HSL | 217.45º | 0.78% | 0.37% | - |
| HSV(B) | 217.45º | 0.88% | 0.67% | - |
| XYZ | 10.22 | 8.37 | 39.11 | - |
| YUV | 70.86 | 183.95 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 170 | 0.88 | 0.55 | 0 | 0.33 | 217.45 | 0.78 | 0.37 |
| Hex | 15 | 4D | AA | 58 | 37 | 0 | 21 | D9 | 4E | 25 |
| Octal | 25 | 115 | 252 | 130 | 67 | 0 | 41 | 331 | 116 | 45 |
| Binary | 10101 | 1001101 | 10101010 | 1011000 | 110111 | 0 | 100001 | 11011001 | 1001110 | 100101 |
Color Harmonies of #154DAA
Complementary color
Monochromatic Colors of #154DAA
Black with #154DAA
Text Example
Text Example
White with #154DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DAA; }
p { color: rgb(21,77,170); }
H1.HeaderClassName
{
color: #154DAA;
}
.AnyTagClassName
{
color: #154DAA;
}
</style>
background-color css
<style>
a { background-color: #154DAA; }
a { background-color: rgb(21,77,170); }
div.DivClassName
{
background-color: #154DAA;
}
.BgClassName
{
background-color: #154DAA;
}
</style>
border-color css
<style>
span { border-color: #154DAA; }
span { border-color: rgb(21,77,170); }
td.TdClassName
{
border-color: #154DAA;
}
.TagClassName
{
border-color: #154DAA;
}
</style>