Shades of Dark Cyan #10858F
Tints of Dark Cyan #10858F
RGB
CMYK
RGB Variations
Color information
#10858F (or 0x10858F) is known color: Dark Cyan. HEX triplet: 10, 85 and 8F. RGB value is (16,133,143). Sum of RGB (Red+Green+Blue) = 16+133+143=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #10858F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10858F is #EF7A70. Grayscale: #636363. Windows color (decimal): -15694449 or 9405712. OLE color: 9405712.
HSL color Cylindrical-coordinate representation of color #10858F: hue angle of 184.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10858F is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 133 | 143 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.44 |
| HSL | 184.72º | 0.8% | 0.31% | - |
| HSV(B) | 184.72º | 0.89% | 0.56% | - |
| XYZ | 13.56 | 18.87 | 28.91 | - |
| YUV | 99.16 | 152.74 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 143 | 0.89 | 0.07 | 0 | 0.44 | 184.72 | 0.8 | 0.31 |
| Hex | 10 | 85 | 8F | 59 | 7 | 0 | 2C | B9 | 50 | 1F |
| Octal | 20 | 205 | 217 | 131 | 7 | 0 | 54 | 271 | 120 | 37 |
| Binary | 10000 | 10000101 | 10001111 | 1011001 | 111 | 0 | 101100 | 10111001 | 1010000 | 11111 |
Color Harmonies of #10858F
Complementary color
Monochromatic Colors of #10858F
Black with #10858F
Text Example
Text Example
White with #10858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10858F; }
p { color: rgb(16,133,143); }
H1.HeaderClassName
{
color: #10858F;
}
.AnyTagClassName
{
color: #10858F;
}
</style>
background-color css
<style>
a { background-color: #10858F; }
a { background-color: rgb(16,133,143); }
div.DivClassName
{
background-color: #10858F;
}
.BgClassName
{
background-color: #10858F;
}
</style>
border-color css
<style>
span { border-color: #10858F; }
span { border-color: rgb(16,133,143); }
td.TdClassName
{
border-color: #10858F;
}
.TagClassName
{
border-color: #10858F;
}
</style>