Shades of Cobalt #154BAB
Tints of Cobalt #154BAB
RGB
CMYK
RGB Variations
Color information
#154BAB (or 0x154BAB) is known color: Cobalt. HEX triplet: 15, 4B and AB. RGB value is (21,75,171). Sum of RGB (Red+Green+Blue) = 21+75+171=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #154BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154BAB is #EAB454. Grayscale: #454545. Windows color (decimal): -15381589 or 11225877. OLE color: 11225877.
HSL color Cylindrical-coordinate representation of color #154BAB: hue angle of 218.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154BAB is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 75 | 171 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.33 |
| HSL | 218.4º | 0.78% | 0.38% | - |
| HSV(B) | 218.4º | 0.88% | 0.67% | - |
| XYZ | 10.18 | 8.13 | 39.56 | - |
| YUV | 69.8 | 185.11 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 171 | 0.88 | 0.56 | 0 | 0.33 | 218.4 | 0.78 | 0.38 |
| Hex | 15 | 4B | AB | 58 | 38 | 0 | 21 | DA | 4E | 26 |
| Octal | 25 | 113 | 253 | 130 | 70 | 0 | 41 | 332 | 116 | 46 |
| Binary | 10101 | 1001011 | 10101011 | 1011000 | 111000 | 0 | 100001 | 11011010 | 1001110 | 100110 |
Color Harmonies of #154BAB
Complementary color
Monochromatic Colors of #154BAB
Black with #154BAB
Text Example
Text Example
White with #154BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BAB; }
p { color: rgb(21,75,171); }
H1.HeaderClassName
{
color: #154BAB;
}
.AnyTagClassName
{
color: #154BAB;
}
</style>
background-color css
<style>
a { background-color: #154BAB; }
a { background-color: rgb(21,75,171); }
div.DivClassName
{
background-color: #154BAB;
}
.BgClassName
{
background-color: #154BAB;
}
</style>
border-color css
<style>
span { border-color: #154BAB; }
span { border-color: rgb(21,75,171); }
td.TdClassName
{
border-color: #154BAB;
}
.TagClassName
{
border-color: #154BAB;
}
</style>