Shades of Cobalt #154AAD
Tints of Cobalt #154AAD
RGB
CMYK
RGB Variations
Color information
#154AAD (or 0x154AAD) is known color: Cobalt. HEX triplet: 15, 4A and AD. RGB value is (21,74,173). Sum of RGB (Red+Green+Blue) = 21+74+173=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #154AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AAD is #EAB552. Grayscale: #444444. Windows color (decimal): -15381843 or 11356693. OLE color: 11356693.
HSL color Cylindrical-coordinate representation of color #154AAD: hue angle of 219.08º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #154AAD is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 74 | 173 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.32 |
| HSL | 219.08º | 0.78% | 0.38% | - |
| HSV(B) | 219.08º | 0.88% | 0.68% | - |
| XYZ | 10.3 | 8.07 | 40.55 | - |
| YUV | 69.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 173 | 0.88 | 0.57 | 0 | 0.32 | 219.08 | 0.78 | 0.38 |
| Hex | 15 | 4A | AD | 58 | 39 | 0 | 20 | DB | 4E | 26 |
| Octal | 25 | 112 | 255 | 130 | 71 | 0 | 40 | 333 | 116 | 46 |
| Binary | 10101 | 1001010 | 10101101 | 1011000 | 111001 | 0 | 100000 | 11011011 | 1001110 | 100110 |
Color Harmonies of #154AAD
Complementary color
Monochromatic Colors of #154AAD
Black with #154AAD
Text Example
Text Example
White with #154AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AAD; }
p { color: rgb(21,74,173); }
H1.HeaderClassName
{
color: #154AAD;
}
.AnyTagClassName
{
color: #154AAD;
}
</style>
background-color css
<style>
a { background-color: #154AAD; }
a { background-color: rgb(21,74,173); }
div.DivClassName
{
background-color: #154AAD;
}
.BgClassName
{
background-color: #154AAD;
}
</style>
border-color css
<style>
span { border-color: #154AAD; }
span { border-color: rgb(21,74,173); }
td.TdClassName
{
border-color: #154AAD;
}
.TagClassName
{
border-color: #154AAD;
}
</style>