Shades of Dark Cerulean #10558B
Tints of Dark Cerulean #10558B
RGB
CMYK
RGB Variations
Color information
#10558B (or 0x10558B) is known color: Dark Cerulean. HEX triplet: 10, 55 and 8B. RGB value is (16,85,139). Sum of RGB (Red+Green+Blue) = 16+85+139=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #10558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10558B is #EFAA74. Grayscale: #464646. Windows color (decimal): -15706741 or 9131280. OLE color: 9131280.
HSL color Cylindrical-coordinate representation of color #10558B: hue angle of 206.34º 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 #10558B is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 85 | 139 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.45 |
| HSL | 206.34º | 0.79% | 0.3% | - |
| HSV(B) | 206.34º | 0.88% | 0.55% | - |
| XYZ | 8.12 | 8.47 | 25.63 | - |
| YUV | 70.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 139 | 0.88 | 0.39 | 0 | 0.45 | 206.34 | 0.79 | 0.3 |
| Hex | 10 | 55 | 8B | 58 | 27 | 0 | 2D | CE | 4F | 1E |
| Octal | 20 | 125 | 213 | 130 | 47 | 0 | 55 | 316 | 117 | 36 |
| Binary | 10000 | 1010101 | 10001011 | 1011000 | 100111 | 0 | 101101 | 11001110 | 1001111 | 11110 |
Color Harmonies of #10558B
Complementary color
Monochromatic Colors of #10558B
Black with #10558B
Text Example
Text Example
White with #10558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10558B; }
p { color: rgb(16,85,139); }
H1.HeaderClassName
{
color: #10558B;
}
.AnyTagClassName
{
color: #10558B;
}
</style>
background-color css
<style>
a { background-color: #10558B; }
a { background-color: rgb(16,85,139); }
div.DivClassName
{
background-color: #10558B;
}
.BgClassName
{
background-color: #10558B;
}
</style>
border-color css
<style>
span { border-color: #10558B; }
span { border-color: rgb(16,85,139); }
td.TdClassName
{
border-color: #10558B;
}
.TagClassName
{
border-color: #10558B;
}
</style>