Shades of Dark Cerulean #10518C
Tints of Dark Cerulean #10518C
RGB
CMYK
RGB Variations
Color information
#10518C (or 0x10518C) is known color: Dark Cerulean. HEX triplet: 10, 51 and 8C. RGB value is (16,81,140). Sum of RGB (Red+Green+Blue) = 16+81+140=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #10518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10518C is #EFAE73. Grayscale: #434343. Windows color (decimal): -15707764 or 9195792. OLE color: 9195792.
HSL color Cylindrical-coordinate representation of color #10518C: hue angle of 208.55º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10518C is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 81 | 140 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.45 |
| HSL | 208.55º | 0.79% | 0.31% | - |
| HSV(B) | 208.55º | 0.89% | 0.55% | - |
| XYZ | 7.89 | 7.89 | 25.92 | - |
| YUV | 68.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 140 | 0.89 | 0.42 | 0 | 0.45 | 208.55 | 0.79 | 0.31 |
| Hex | 10 | 51 | 8C | 59 | 2A | 0 | 2D | D1 | 4F | 1F |
| Octal | 20 | 121 | 214 | 131 | 52 | 0 | 55 | 321 | 117 | 37 |
| Binary | 10000 | 1010001 | 10001100 | 1011001 | 101010 | 0 | 101101 | 11010001 | 1001111 | 11111 |
Color Harmonies of #10518C
Complementary color
Monochromatic Colors of #10518C
Black with #10518C
Text Example
Text Example
White with #10518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10518C; }
p { color: rgb(16,81,140); }
H1.HeaderClassName
{
color: #10518C;
}
.AnyTagClassName
{
color: #10518C;
}
</style>
background-color css
<style>
a { background-color: #10518C; }
a { background-color: rgb(16,81,140); }
div.DivClassName
{
background-color: #10518C;
}
.BgClassName
{
background-color: #10518C;
}
</style>
border-color css
<style>
span { border-color: #10518C; }
span { border-color: rgb(16,81,140); }
td.TdClassName
{
border-color: #10518C;
}
.TagClassName
{
border-color: #10518C;
}
</style>