Shades of Cobalt #154BA4
Tints of Cobalt #154BA4
RGB
CMYK
RGB Variations
Color information
#154BA4 (or 0x154BA4) is known color: Cobalt. HEX triplet: 15, 4B and A4. RGB value is (21,75,164). Sum of RGB (Red+Green+Blue) = 21+75+164=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #154BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154BA4 is #EAB45B. Grayscale: #444444. Windows color (decimal): -15381596 or 10767125. OLE color: 10767125.
HSL color Cylindrical-coordinate representation of color #154BA4: hue angle of 217.34º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #154BA4 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 75 | 164 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.36 |
| HSL | 217.34º | 0.77% | 0.36% | - |
| HSV(B) | 217.34º | 0.87% | 0.64% | - |
| XYZ | 9.53 | 7.87 | 36.14 | - |
| YUV | 69 | 181.61 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 164 | 0.87 | 0.54 | 0 | 0.36 | 217.34 | 0.77 | 0.36 |
| Hex | 15 | 4B | A4 | 57 | 36 | 0 | 24 | D9 | 4D | 24 |
| Octal | 25 | 113 | 244 | 127 | 66 | 0 | 44 | 331 | 115 | 44 |
| Binary | 10101 | 1001011 | 10100100 | 1010111 | 110110 | 0 | 100100 | 11011001 | 1001101 | 100100 |
Color Harmonies of #154BA4
Complementary color
Monochromatic Colors of #154BA4
Black with #154BA4
Text Example
Text Example
White with #154BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BA4; }
p { color: rgb(21,75,164); }
H1.HeaderClassName
{
color: #154BA4;
}
.AnyTagClassName
{
color: #154BA4;
}
</style>
background-color css
<style>
a { background-color: #154BA4; }
a { background-color: rgb(21,75,164); }
div.DivClassName
{
background-color: #154BA4;
}
.BgClassName
{
background-color: #154BA4;
}
</style>
border-color css
<style>
span { border-color: #154BA4; }
span { border-color: rgb(21,75,164); }
td.TdClassName
{
border-color: #154BA4;
}
.TagClassName
{
border-color: #154BA4;
}
</style>