Shades of Cobalt #154CAC
Tints of Cobalt #154CAC
RGB
CMYK
RGB Variations
Color information
#154CAC (or 0x154CAC) is known color: Cobalt. HEX triplet: 15, 4C and AC. RGB value is (21,76,172). Sum of RGB (Red+Green+Blue) = 21+76+172=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #154CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154CAC is #EAB353. Grayscale: #464646. Windows color (decimal): -15381332 or 11291669. OLE color: 11291669.
HSL color Cylindrical-coordinate representation of color #154CAC: hue angle of 218.15º 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 #154CAC is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 76 | 172 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.33 |
| HSL | 218.15º | 0.78% | 0.38% | - |
| HSV(B) | 218.15º | 0.88% | 0.67% | - |
| XYZ | 10.34 | 8.31 | 40.09 | - |
| YUV | 70.5 | 185.28 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 172 | 0.88 | 0.56 | 0 | 0.33 | 218.15 | 0.78 | 0.38 |
| Hex | 15 | 4C | AC | 58 | 38 | 0 | 21 | DA | 4E | 26 |
| Octal | 25 | 114 | 254 | 130 | 70 | 0 | 41 | 332 | 116 | 46 |
| Binary | 10101 | 1001100 | 10101100 | 1011000 | 111000 | 0 | 100001 | 11011010 | 1001110 | 100110 |
Color Harmonies of #154CAC
Complementary color
Monochromatic Colors of #154CAC
Black with #154CAC
Text Example
Text Example
White with #154CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CAC; }
p { color: rgb(21,76,172); }
H1.HeaderClassName
{
color: #154CAC;
}
.AnyTagClassName
{
color: #154CAC;
}
</style>
background-color css
<style>
a { background-color: #154CAC; }
a { background-color: rgb(21,76,172); }
div.DivClassName
{
background-color: #154CAC;
}
.BgClassName
{
background-color: #154CAC;
}
</style>
border-color css
<style>
span { border-color: #154CAC; }
span { border-color: rgb(21,76,172); }
td.TdClassName
{
border-color: #154CAC;
}
.TagClassName
{
border-color: #154CAC;
}
</style>