Shades of Cobalt #154BAA
Tints of Cobalt #154BAA
RGB
CMYK
RGB Variations
Color information
#154BAA (or 0x154BAA) is known color: Cobalt. HEX triplet: 15, 4B and AA. RGB value is (21,75,170). Sum of RGB (Red+Green+Blue) = 21+75+170=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #154BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154BAA is #EAB455. Grayscale: #454545. Windows color (decimal): -15381590 or 11160341. OLE color: 11160341.
HSL color Cylindrical-coordinate representation of color #154BAA: hue angle of 218.26º 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 #154BAA is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 75 | 170 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.33 |
| HSL | 218.26º | 0.78% | 0.37% | - |
| HSV(B) | 218.26º | 0.88% | 0.67% | - |
| XYZ | 10.08 | 8.09 | 39.06 | - |
| YUV | 69.68 | 184.61 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 170 | 0.88 | 0.56 | 0 | 0.33 | 218.26 | 0.78 | 0.37 |
| Hex | 15 | 4B | AA | 58 | 38 | 0 | 21 | DA | 4E | 25 |
| Octal | 25 | 113 | 252 | 130 | 70 | 0 | 41 | 332 | 116 | 45 |
| Binary | 10101 | 1001011 | 10101010 | 1011000 | 111000 | 0 | 100001 | 11011010 | 1001110 | 100101 |
Color Harmonies of #154BAA
Complementary color
Monochromatic Colors of #154BAA
Black with #154BAA
Text Example
Text Example
White with #154BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BAA; }
p { color: rgb(21,75,170); }
H1.HeaderClassName
{
color: #154BAA;
}
.AnyTagClassName
{
color: #154BAA;
}
</style>
background-color css
<style>
a { background-color: #154BAA; }
a { background-color: rgb(21,75,170); }
div.DivClassName
{
background-color: #154BAA;
}
.BgClassName
{
background-color: #154BAA;
}
</style>
border-color css
<style>
span { border-color: #154BAA; }
span { border-color: rgb(21,75,170); }
td.TdClassName
{
border-color: #154BAA;
}
.TagClassName
{
border-color: #154BAA;
}
</style>