Shades of Cobalt #15499C
Tints of Cobalt #15499C
RGB
CMYK
RGB Variations
Color information
#15499C (or 0x15499C) is known color: Cobalt. HEX triplet: 15, 49 and 9C. RGB value is (21,73,156). Sum of RGB (Red+Green+Blue) = 21+73+156=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #15499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15499C is #EAB663. Grayscale: #424242. Windows color (decimal): -15382116 or 10242325. OLE color: 10242325.
HSL color Cylindrical-coordinate representation of color #15499C: hue angle of 216.89º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15499C is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 73 | 156 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.39 |
| HSL | 216.89º | 0.76% | 0.35% | - |
| HSV(B) | 216.89º | 0.87% | 0.61% | - |
| XYZ | 8.69 | 7.32 | 32.41 | - |
| YUV | 66.91 | 178.27 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 156 | 0.87 | 0.53 | 0 | 0.39 | 216.89 | 0.76 | 0.35 |
| Hex | 15 | 49 | 9C | 57 | 35 | 0 | 27 | D9 | 4C | 23 |
| Octal | 25 | 111 | 234 | 127 | 65 | 0 | 47 | 331 | 114 | 43 |
| Binary | 10101 | 1001001 | 10011100 | 1010111 | 110101 | 0 | 100111 | 11011001 | 1001100 | 100011 |
Color Harmonies of #15499C
Complementary color
Monochromatic Colors of #15499C
Black with #15499C
Text Example
Text Example
White with #15499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15499C; }
p { color: rgb(21,73,156); }
H1.HeaderClassName
{
color: #15499C;
}
.AnyTagClassName
{
color: #15499C;
}
</style>
background-color css
<style>
a { background-color: #15499C; }
a { background-color: rgb(21,73,156); }
div.DivClassName
{
background-color: #15499C;
}
.BgClassName
{
background-color: #15499C;
}
</style>
border-color css
<style>
span { border-color: #15499C; }
span { border-color: rgb(21,73,156); }
td.TdClassName
{
border-color: #15499C;
}
.TagClassName
{
border-color: #15499C;
}
</style>