Shades of Cobalt #154FAC
Tints of Cobalt #154FAC
RGB
CMYK
RGB Variations
Color information
#154FAC (or 0x154FAC) is known color: Cobalt. HEX triplet: 15, 4F and AC. RGB value is (21,79,172). Sum of RGB (Red+Green+Blue) = 21+79+172=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #154FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154FAC is #EAB053. Grayscale: #474747. Windows color (decimal): -15380564 or 11292437. OLE color: 11292437.
HSL color Cylindrical-coordinate representation of color #154FAC: hue angle of 216.95º 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 #154FAC is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 79 | 172 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.33 |
| HSL | 216.95º | 0.78% | 0.38% | - |
| HSV(B) | 216.95º | 0.88% | 0.67% | - |
| XYZ | 10.55 | 8.73 | 40.16 | - |
| YUV | 72.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 172 | 0.88 | 0.54 | 0 | 0.33 | 216.95 | 0.78 | 0.38 |
| Hex | 15 | 4F | AC | 58 | 36 | 0 | 21 | D9 | 4E | 26 |
| Octal | 25 | 117 | 254 | 130 | 66 | 0 | 41 | 331 | 116 | 46 |
| Binary | 10101 | 1001111 | 10101100 | 1011000 | 110110 | 0 | 100001 | 11011001 | 1001110 | 100110 |
Color Harmonies of #154FAC
Complementary color
Monochromatic Colors of #154FAC
Black with #154FAC
Text Example
Text Example
White with #154FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154FAC; }
p { color: rgb(21,79,172); }
H1.HeaderClassName
{
color: #154FAC;
}
.AnyTagClassName
{
color: #154FAC;
}
</style>
background-color css
<style>
a { background-color: #154FAC; }
a { background-color: rgb(21,79,172); }
div.DivClassName
{
background-color: #154FAC;
}
.BgClassName
{
background-color: #154FAC;
}
</style>
border-color css
<style>
span { border-color: #154FAC; }
span { border-color: rgb(21,79,172); }
td.TdClassName
{
border-color: #154FAC;
}
.TagClassName
{
border-color: #154FAC;
}
</style>