Shades of Dark Cerulean #10518B
Tints of Dark Cerulean #10518B
RGB
CMYK
RGB Variations
Color information
#10518B (or 0x10518B) is known color: Dark Cerulean. HEX triplet: 10, 51 and 8B. RGB value is (16,81,139). Sum of RGB (Red+Green+Blue) = 16+81+139=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #10518B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10518B is #EFAE74. Grayscale: #434343. Windows color (decimal): -15707765 or 9130256. OLE color: 9130256.
HSL color Cylindrical-coordinate representation of color #10518B: hue angle of 208.29º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10518B is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 81 | 139 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.45 |
| HSL | 208.29º | 0.79% | 0.3% | - |
| HSV(B) | 208.29º | 0.88% | 0.55% | - |
| XYZ | 7.82 | 7.86 | 25.53 | - |
| YUV | 68.18 | 167.97 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 139 | 0.88 | 0.42 | 0 | 0.45 | 208.29 | 0.79 | 0.3 |
| Hex | 10 | 51 | 8B | 58 | 2A | 0 | 2D | D0 | 4F | 1E |
| Octal | 20 | 121 | 213 | 130 | 52 | 0 | 55 | 320 | 117 | 36 |
| Binary | 10000 | 1010001 | 10001011 | 1011000 | 101010 | 0 | 101101 | 11010000 | 1001111 | 11110 |
Color Harmonies of #10518B
Complementary color
Monochromatic Colors of #10518B
Black with #10518B
Text Example
Text Example
White with #10518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10518B; }
p { color: rgb(16,81,139); }
H1.HeaderClassName
{
color: #10518B;
}
.AnyTagClassName
{
color: #10518B;
}
</style>
background-color css
<style>
a { background-color: #10518B; }
a { background-color: rgb(16,81,139); }
div.DivClassName
{
background-color: #10518B;
}
.BgClassName
{
background-color: #10518B;
}
</style>
border-color css
<style>
span { border-color: #10518B; }
span { border-color: rgb(16,81,139); }
td.TdClassName
{
border-color: #10518B;
}
.TagClassName
{
border-color: #10518B;
}
</style>