Shades of Cobalt #10579D
Tints of Cobalt #10579D
RGB
CMYK
RGB Variations
Color information
#10579D (or 0x10579D) is known color: Cobalt. HEX triplet: 10, 57 and 9D. RGB value is (16,87,157). Sum of RGB (Red+Green+Blue) = 16+87+157=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #10579D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10579D is #EFA862. Grayscale: #494949. Windows color (decimal): -15706211 or 10311440. OLE color: 10311440.
HSL color Cylindrical-coordinate representation of color #10579D: hue angle of 209.79º 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 #10579D is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 87 | 157 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.38 |
| HSL | 209.79º | 0.82% | 0.34% | - |
| HSV(B) | 209.79º | 0.9% | 0.62% | - |
| XYZ | 9.71 | 9.36 | 33.19 | - |
| YUV | 73.75 | 174.98 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 157 | 0.90 | 0.45 | 0 | 0.38 | 209.79 | 0.82 | 0.34 |
| Hex | 10 | 57 | 9D | 5A | 2D | 0 | 26 | D2 | 52 | 22 |
| Octal | 20 | 127 | 235 | 132 | 55 | 0 | 46 | 322 | 122 | 42 |
| Binary | 10000 | 1010111 | 10011101 | 1011010 | 101101 | 0 | 100110 | 11010010 | 1010010 | 100010 |
Color Harmonies of #10579D
Complementary color
Monochromatic Colors of #10579D
Black with #10579D
Text Example
Text Example
White with #10579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10579D; }
p { color: rgb(16,87,157); }
H1.HeaderClassName
{
color: #10579D;
}
.AnyTagClassName
{
color: #10579D;
}
</style>
background-color css
<style>
a { background-color: #10579D; }
a { background-color: rgb(16,87,157); }
div.DivClassName
{
background-color: #10579D;
}
.BgClassName
{
background-color: #10579D;
}
</style>
border-color css
<style>
span { border-color: #10579D; }
span { border-color: rgb(16,87,157); }
td.TdClassName
{
border-color: #10579D;
}
.TagClassName
{
border-color: #10579D;
}
</style>