Shades of Cobalt #15539E
Tints of Cobalt #15539E
RGB
CMYK
RGB Variations
Color information
#15539E (or 0x15539E) is known color: Cobalt. HEX triplet: 15, 53 and 9E. RGB value is (21,83,158). Sum of RGB (Red+Green+Blue) = 21+83+158=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #15539E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15539E is #EAAC61. Grayscale: #484848. Windows color (decimal): -15379554 or 10375957. OLE color: 10375957.
HSL color Cylindrical-coordinate representation of color #15539E: hue angle of 212.85º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15539E is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 83 | 158 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.38 |
| HSL | 212.85º | 0.77% | 0.35% | - |
| HSV(B) | 212.85º | 0.87% | 0.62% | - |
| XYZ | 9.57 | 8.81 | 33.54 | - |
| YUV | 73.01 | 175.96 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 158 | 0.87 | 0.47 | 0 | 0.38 | 212.85 | 0.77 | 0.35 |
| Hex | 15 | 53 | 9E | 57 | 2F | 0 | 26 | D5 | 4D | 23 |
| Octal | 25 | 123 | 236 | 127 | 57 | 0 | 46 | 325 | 115 | 43 |
| Binary | 10101 | 1010011 | 10011110 | 1010111 | 101111 | 0 | 100110 | 11010101 | 1001101 | 100011 |
Color Harmonies of #15539E
Complementary color
Monochromatic Colors of #15539E
Black with #15539E
Text Example
Text Example
White with #15539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15539E; }
p { color: rgb(21,83,158); }
H1.HeaderClassName
{
color: #15539E;
}
.AnyTagClassName
{
color: #15539E;
}
</style>
background-color css
<style>
a { background-color: #15539E; }
a { background-color: rgb(21,83,158); }
div.DivClassName
{
background-color: #15539E;
}
.BgClassName
{
background-color: #15539E;
}
</style>
border-color css
<style>
span { border-color: #15539E; }
span { border-color: rgb(21,83,158); }
td.TdClassName
{
border-color: #15539E;
}
.TagClassName
{
border-color: #15539E;
}
</style>