Shades of Dark Cerulean #10506E
Tints of Dark Cerulean #10506E
RGB
CMYK
RGB Variations
Color information
#10506E (or 0x10506E) is known color: Dark Cerulean. HEX triplet: 10, 50 and 6E. RGB value is (16,80,110). Sum of RGB (Red+Green+Blue) = 16+80+110=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #10506E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10506E is #EFAF91. Grayscale: #404040. Windows color (decimal): -15708050 or 7229456. OLE color: 7229456.
HSL color Cylindrical-coordinate representation of color #10506E: hue angle of 199.15º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10506E is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 80 | 110 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.57 |
| HSL | 199.15º | 0.75% | 0.25% | - |
| HSV(B) | 199.15º | 0.85% | 0.43% | - |
| XYZ | 5.9 | 6.97 | 15.79 | - |
| YUV | 64.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 110 | 0.85 | 0.27 | 0 | 0.57 | 199.15 | 0.75 | 0.25 |
| Hex | 10 | 50 | 6E | 55 | 1B | 0 | 39 | C7 | 4B | 19 |
| Octal | 20 | 120 | 156 | 125 | 33 | 0 | 71 | 307 | 113 | 31 |
| Binary | 10000 | 1010000 | 1101110 | 1010101 | 11011 | 0 | 111001 | 11000111 | 1001011 | 11001 |
Color Harmonies of #10506E
Complementary color
Monochromatic Colors of #10506E
Black with #10506E
Text Example
Text Example
White with #10506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10506E; }
p { color: rgb(16,80,110); }
H1.HeaderClassName
{
color: #10506E;
}
.AnyTagClassName
{
color: #10506E;
}
</style>
background-color css
<style>
a { background-color: #10506E; }
a { background-color: rgb(16,80,110); }
div.DivClassName
{
background-color: #10506E;
}
.BgClassName
{
background-color: #10506E;
}
</style>
border-color css
<style>
span { border-color: #10506E; }
span { border-color: rgb(16,80,110); }
td.TdClassName
{
border-color: #10506E;
}
.TagClassName
{
border-color: #10506E;
}
</style>