Shades of Cobalt #10519E
Tints of Cobalt #10519E
RGB
CMYK
RGB Variations
Color information
#10519E (or 0x10519E) is known color: Cobalt. HEX triplet: 10, 51 and 9E. RGB value is (16,81,158). Sum of RGB (Red+Green+Blue) = 16+81+158=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #10519E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10519E is #EFAE61. Grayscale: #454545. Windows color (decimal): -15707746 or 10375440. OLE color: 10375440.
HSL color Cylindrical-coordinate representation of color #10519E: hue angle of 212.54º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10519E is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 81 | 158 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.38 |
| HSL | 212.54º | 0.82% | 0.34% | - |
| HSV(B) | 212.54º | 0.9% | 0.62% | - |
| XYZ | 9.33 | 8.46 | 33.49 | - |
| YUV | 70.34 | 177.47 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 158 | 0.90 | 0.49 | 0 | 0.38 | 212.54 | 0.82 | 0.34 |
| Hex | 10 | 51 | 9E | 5A | 31 | 0 | 26 | D5 | 52 | 22 |
| Octal | 20 | 121 | 236 | 132 | 61 | 0 | 46 | 325 | 122 | 42 |
| Binary | 10000 | 1010001 | 10011110 | 1011010 | 110001 | 0 | 100110 | 11010101 | 1010010 | 100010 |
Color Harmonies of #10519E
Complementary color
Monochromatic Colors of #10519E
Black with #10519E
Text Example
Text Example
White with #10519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10519E; }
p { color: rgb(16,81,158); }
H1.HeaderClassName
{
color: #10519E;
}
.AnyTagClassName
{
color: #10519E;
}
</style>
background-color css
<style>
a { background-color: #10519E; }
a { background-color: rgb(16,81,158); }
div.DivClassName
{
background-color: #10519E;
}
.BgClassName
{
background-color: #10519E;
}
</style>
border-color css
<style>
span { border-color: #10519E; }
span { border-color: rgb(16,81,158); }
td.TdClassName
{
border-color: #10519E;
}
.TagClassName
{
border-color: #10519E;
}
</style>