Shades of Cobalt #154BA3
Tints of Cobalt #154BA3
RGB
CMYK
RGB Variations
Color information
#154BA3 (or 0x154BA3) is known color: Cobalt. HEX triplet: 15, 4B and A3. RGB value is (21,75,163). Sum of RGB (Red+Green+Blue) = 21+75+163=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #154BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154BA3 is #EAB45C. Grayscale: #444444. Windows color (decimal): -15381597 or 10701589. OLE color: 10701589.
HSL color Cylindrical-coordinate representation of color #154BA3: hue angle of 217.18º 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 #154BA3 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 75 | 163 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.36 |
| HSL | 217.18º | 0.77% | 0.36% | - |
| HSV(B) | 217.18º | 0.87% | 0.64% | - |
| XYZ | 9.44 | 7.84 | 35.67 | - |
| YUV | 68.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 163 | 0.87 | 0.54 | 0 | 0.36 | 217.18 | 0.77 | 0.36 |
| Hex | 15 | 4B | A3 | 57 | 36 | 0 | 24 | D9 | 4D | 24 |
| Octal | 25 | 113 | 243 | 127 | 66 | 0 | 44 | 331 | 115 | 44 |
| Binary | 10101 | 1001011 | 10100011 | 1010111 | 110110 | 0 | 100100 | 11011001 | 1001101 | 100100 |
Color Harmonies of #154BA3
Complementary color
Monochromatic Colors of #154BA3
Black with #154BA3
Text Example
Text Example
White with #154BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BA3; }
p { color: rgb(21,75,163); }
H1.HeaderClassName
{
color: #154BA3;
}
.AnyTagClassName
{
color: #154BA3;
}
</style>
background-color css
<style>
a { background-color: #154BA3; }
a { background-color: rgb(21,75,163); }
div.DivClassName
{
background-color: #154BA3;
}
.BgClassName
{
background-color: #154BA3;
}
</style>
border-color css
<style>
span { border-color: #154BA3; }
span { border-color: rgb(21,75,163); }
td.TdClassName
{
border-color: #154BA3;
}
.TagClassName
{
border-color: #154BA3;
}
</style>