Shades of Dark Cerulean #10486C
Tints of Dark Cerulean #10486C
RGB
CMYK
RGB Variations
Color information
#10486C (or 0x10486C) is known color: Dark Cerulean. HEX triplet: 10, 48 and 6C. RGB value is (16,72,108). Sum of RGB (Red+Green+Blue) = 16+72+108=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #10486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10486C is #EFB793. Grayscale: #3B3B3B. Windows color (decimal): -15710100 or 7096336. OLE color: 7096336.
HSL color Cylindrical-coordinate representation of color #10486C: hue angle of 203.48º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10486C is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 72 | 108 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.58 |
| HSL | 203.48º | 0.74% | 0.24% | - |
| HSV(B) | 203.48º | 0.85% | 0.42% | - |
| XYZ | 5.24 | 5.83 | 15.04 | - |
| YUV | 59.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 108 | 0.85 | 0.33 | 0 | 0.58 | 203.48 | 0.74 | 0.24 |
| Hex | 10 | 48 | 6C | 55 | 21 | 0 | 3A | CB | 4A | 18 |
| Octal | 20 | 110 | 154 | 125 | 41 | 0 | 72 | 313 | 112 | 30 |
| Binary | 10000 | 1001000 | 1101100 | 1010101 | 100001 | 0 | 111010 | 11001011 | 1001010 | 11000 |
Color Harmonies of #10486C
Complementary color
Monochromatic Colors of #10486C
Black with #10486C
Text Example
Text Example
White with #10486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10486C; }
p { color: rgb(16,72,108); }
H1.HeaderClassName
{
color: #10486C;
}
.AnyTagClassName
{
color: #10486C;
}
</style>
background-color css
<style>
a { background-color: #10486C; }
a { background-color: rgb(16,72,108); }
div.DivClassName
{
background-color: #10486C;
}
.BgClassName
{
background-color: #10486C;
}
</style>
border-color css
<style>
span { border-color: #10486C; }
span { border-color: rgb(16,72,108); }
td.TdClassName
{
border-color: #10486C;
}
.TagClassName
{
border-color: #10486C;
}
</style>