Shades of Cobalt #154AB2
Tints of Cobalt #154AB2
RGB
CMYK
RGB Variations
Color information
#154AB2 (or 0x154AB2) is known color: Cobalt. HEX triplet: 15, 4A and B2. RGB value is (21,74,178). Sum of RGB (Red+Green+Blue) = 21+74+178=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #154AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AB2 is #EAB54D. Grayscale: #454545. Windows color (decimal): -15381838 or 11684373. OLE color: 11684373.
HSL color Cylindrical-coordinate representation of color #154AB2: hue angle of 219.75º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154AB2 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 74 | 178 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.30 |
| HSL | 219.75º | 0.79% | 0.39% | - |
| HSV(B) | 219.75º | 0.88% | 0.7% | - |
| XYZ | 10.79 | 8.27 | 43.15 | - |
| YUV | 70.01 | 188.94 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 178 | 0.88 | 0.58 | 0 | 0.30 | 219.75 | 0.79 | 0.39 |
| Hex | 15 | 4A | B2 | 58 | 3A | 0 | 1E | DC | 4F | 27 |
| Octal | 25 | 112 | 262 | 130 | 72 | 0 | 36 | 334 | 117 | 47 |
| Binary | 10101 | 1001010 | 10110010 | 1011000 | 111010 | 0 | 11110 | 11011100 | 1001111 | 100111 |
Color Harmonies of #154AB2
Complementary color
Monochromatic Colors of #154AB2
Black with #154AB2
Text Example
Text Example
White with #154AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AB2; }
p { color: rgb(21,74,178); }
H1.HeaderClassName
{
color: #154AB2;
}
.AnyTagClassName
{
color: #154AB2;
}
</style>
background-color css
<style>
a { background-color: #154AB2; }
a { background-color: rgb(21,74,178); }
div.DivClassName
{
background-color: #154AB2;
}
.BgClassName
{
background-color: #154AB2;
}
</style>
border-color css
<style>
span { border-color: #154AB2; }
span { border-color: rgb(21,74,178); }
td.TdClassName
{
border-color: #154AB2;
}
.TagClassName
{
border-color: #154AB2;
}
</style>