Shades of Cobalt #154AB1
Tints of Cobalt #154AB1
RGB
CMYK
RGB Variations
Color information
#154AB1 (or 0x154AB1) is known color: Cobalt. HEX triplet: 15, 4A and B1. RGB value is (21,74,177). Sum of RGB (Red+Green+Blue) = 21+74+177=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #154AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AB1 is #EAB54E. Grayscale: #454545. Windows color (decimal): -15381839 or 11618837. OLE color: 11618837.
HSL color Cylindrical-coordinate representation of color #154AB1: hue angle of 219.62º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154AB1 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 74 | 177 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.31 |
| HSL | 219.62º | 0.79% | 0.39% | - |
| HSV(B) | 219.62º | 0.88% | 0.69% | - |
| XYZ | 10.69 | 8.23 | 42.62 | - |
| YUV | 69.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 177 | 0.88 | 0.58 | 0 | 0.31 | 219.62 | 0.79 | 0.39 |
| Hex | 15 | 4A | B1 | 58 | 3A | 0 | 1F | DC | 4F | 27 |
| Octal | 25 | 112 | 261 | 130 | 72 | 0 | 37 | 334 | 117 | 47 |
| Binary | 10101 | 1001010 | 10110001 | 1011000 | 111010 | 0 | 11111 | 11011100 | 1001111 | 100111 |
Color Harmonies of #154AB1
Complementary color
Monochromatic Colors of #154AB1
Black with #154AB1
Text Example
Text Example
White with #154AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AB1; }
p { color: rgb(21,74,177); }
H1.HeaderClassName
{
color: #154AB1;
}
.AnyTagClassName
{
color: #154AB1;
}
</style>
background-color css
<style>
a { background-color: #154AB1; }
a { background-color: rgb(21,74,177); }
div.DivClassName
{
background-color: #154AB1;
}
.BgClassName
{
background-color: #154AB1;
}
</style>
border-color css
<style>
span { border-color: #154AB1; }
span { border-color: rgb(21,74,177); }
td.TdClassName
{
border-color: #154AB1;
}
.TagClassName
{
border-color: #154AB1;
}
</style>