Shades of Cobalt #154AAF
Tints of Cobalt #154AAF
RGB
CMYK
RGB Variations
Color information
#154AAF (or 0x154AAF) is known color: Cobalt. HEX triplet: 15, 4A and AF. RGB value is (21,74,175). Sum of RGB (Red+Green+Blue) = 21+74+175=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #154AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AAF is #EAB550. Grayscale: #454545. Windows color (decimal): -15381841 or 11487765. OLE color: 11487765.
HSL color Cylindrical-coordinate representation of color #154AAF: hue angle of 219.35º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154AAF is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 74 | 175 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.31 |
| HSL | 219.35º | 0.79% | 0.38% | - |
| HSV(B) | 219.35º | 0.88% | 0.69% | - |
| XYZ | 10.5 | 8.15 | 41.58 | - |
| YUV | 69.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 175 | 0.88 | 0.58 | 0 | 0.31 | 219.35 | 0.79 | 0.38 |
| Hex | 15 | 4A | AF | 58 | 3A | 0 | 1F | DB | 4F | 26 |
| Octal | 25 | 112 | 257 | 130 | 72 | 0 | 37 | 333 | 117 | 46 |
| Binary | 10101 | 1001010 | 10101111 | 1011000 | 111010 | 0 | 11111 | 11011011 | 1001111 | 100110 |
Color Harmonies of #154AAF
Complementary color
Monochromatic Colors of #154AAF
Black with #154AAF
Text Example
Text Example
White with #154AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AAF; }
p { color: rgb(21,74,175); }
H1.HeaderClassName
{
color: #154AAF;
}
.AnyTagClassName
{
color: #154AAF;
}
</style>
background-color css
<style>
a { background-color: #154AAF; }
a { background-color: rgb(21,74,175); }
div.DivClassName
{
background-color: #154AAF;
}
.BgClassName
{
background-color: #154AAF;
}
</style>
border-color css
<style>
span { border-color: #154AAF; }
span { border-color: rgb(21,74,175); }
td.TdClassName
{
border-color: #154AAF;
}
.TagClassName
{
border-color: #154AAF;
}
</style>