Shades of Cobalt #154DA3
Tints of Cobalt #154DA3
RGB
CMYK
RGB Variations
Color information
#154DA3 (or 0x154DA3) is known color: Cobalt. HEX triplet: 15, 4D and A3. RGB value is (21,77,163). Sum of RGB (Red+Green+Blue) = 21+77+163=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 163 (64.06% from 255 or 62.45% from 261); Max value from RGB is 163 - color contains mainly: blue. Hex color #154DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154DA3 is #EAB25C. Grayscale: #454545. Windows color (decimal): -15381085 or 10702101. OLE color: 10702101.
HSL color Cylindrical-coordinate representation of color #154DA3: hue angle of 216.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 #154DA3 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 77 | 163 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.36 |
| HSL | 216.34º | 0.77% | 0.36% | - |
| HSV(B) | 216.34º | 0.87% | 0.64% | - |
| XYZ | 9.57 | 8.11 | 35.71 | - |
| YUV | 70.06 | 180.45 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 163 | 0.87 | 0.53 | 0 | 0.36 | 216.34 | 0.77 | 0.36 |
| Hex | 15 | 4D | A3 | 57 | 35 | 0 | 24 | D8 | 4D | 24 |
| Octal | 25 | 115 | 243 | 127 | 65 | 0 | 44 | 330 | 115 | 44 |
| Binary | 10101 | 1001101 | 10100011 | 1010111 | 110101 | 0 | 100100 | 11011000 | 1001101 | 100100 |
Color Harmonies of #154DA3
Complementary color
Monochromatic Colors of #154DA3
Black with #154DA3
Text Example
Text Example
White with #154DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DA3; }
p { color: rgb(21,77,163); }
H1.HeaderClassName
{
color: #154DA3;
}
.AnyTagClassName
{
color: #154DA3;
}
</style>
background-color css
<style>
a { background-color: #154DA3; }
a { background-color: rgb(21,77,163); }
div.DivClassName
{
background-color: #154DA3;
}
.BgClassName
{
background-color: #154DA3;
}
</style>
border-color css
<style>
span { border-color: #154DA3; }
span { border-color: rgb(21,77,163); }
td.TdClassName
{
border-color: #154DA3;
}
.TagClassName
{
border-color: #154DA3;
}
</style>