Shades of Cobalt #10529F
Tints of Cobalt #10529F
RGB
CMYK
RGB Variations
Color information
#10529F (or 0x10529F) is known color: Cobalt. HEX triplet: 10, 52 and 9F. RGB value is (16,82,159). Sum of RGB (Red+Green+Blue) = 16+82+159=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #10529F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10529F is #EFAD60. Grayscale: #464646. Windows color (decimal): -15707489 or 10441232. OLE color: 10441232.
HSL color Cylindrical-coordinate representation of color #10529F: hue angle of 212.31º 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 #10529F is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 82 | 159 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.38 |
| HSL | 212.31º | 0.82% | 0.34% | - |
| HSV(B) | 212.31º | 0.9% | 0.62% | - |
| XYZ | 9.49 | 8.65 | 33.97 | - |
| YUV | 71.04 | 177.63 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 159 | 0.90 | 0.48 | 0 | 0.38 | 212.31 | 0.82 | 0.34 |
| Hex | 10 | 52 | 9F | 5A | 30 | 0 | 26 | D4 | 52 | 22 |
| Octal | 20 | 122 | 237 | 132 | 60 | 0 | 46 | 324 | 122 | 42 |
| Binary | 10000 | 1010010 | 10011111 | 1011010 | 110000 | 0 | 100110 | 11010100 | 1010010 | 100010 |
Color Harmonies of #10529F
Complementary color
Monochromatic Colors of #10529F
Black with #10529F
Text Example
Text Example
White with #10529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10529F; }
p { color: rgb(16,82,159); }
H1.HeaderClassName
{
color: #10529F;
}
.AnyTagClassName
{
color: #10529F;
}
</style>
background-color css
<style>
a { background-color: #10529F; }
a { background-color: rgb(16,82,159); }
div.DivClassName
{
background-color: #10529F;
}
.BgClassName
{
background-color: #10529F;
}
</style>
border-color css
<style>
span { border-color: #10529F; }
span { border-color: rgb(16,82,159); }
td.TdClassName
{
border-color: #10529F;
}
.TagClassName
{
border-color: #10529F;
}
</style>