Shades of Dark Cerulean #10486B
Tints of Dark Cerulean #10486B
RGB
CMYK
RGB Variations
Color information
#10486B (or 0x10486B) is known color: Dark Cerulean. HEX triplet: 10, 48 and 6B. RGB value is (16,72,107). Sum of RGB (Red+Green+Blue) = 16+72+107=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #10486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10486B is #EFB794. Grayscale: #3B3B3B. Windows color (decimal): -15710101 or 7030800. OLE color: 7030800.
HSL color Cylindrical-coordinate representation of color #10486B: hue angle of 203.08º 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 #10486B is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 72 | 107 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.58 |
| HSL | 203.08º | 0.74% | 0.24% | - |
| HSV(B) | 203.08º | 0.85% | 0.42% | - |
| XYZ | 5.18 | 5.81 | 14.76 | - |
| YUV | 59.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 107 | 0.85 | 0.33 | 0 | 0.58 | 203.08 | 0.74 | 0.24 |
| Hex | 10 | 48 | 6B | 55 | 21 | 0 | 3A | CB | 4A | 18 |
| Octal | 20 | 110 | 153 | 125 | 41 | 0 | 72 | 313 | 112 | 30 |
| Binary | 10000 | 1001000 | 1101011 | 1010101 | 100001 | 0 | 111010 | 11001011 | 1001010 | 11000 |
Color Harmonies of #10486B
Complementary color
Monochromatic Colors of #10486B
Black with #10486B
Text Example
Text Example
White with #10486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10486B; }
p { color: rgb(16,72,107); }
H1.HeaderClassName
{
color: #10486B;
}
.AnyTagClassName
{
color: #10486B;
}
</style>
background-color css
<style>
a { background-color: #10486B; }
a { background-color: rgb(16,72,107); }
div.DivClassName
{
background-color: #10486B;
}
.BgClassName
{
background-color: #10486B;
}
</style>
border-color css
<style>
span { border-color: #10486B; }
span { border-color: rgb(16,72,107); }
td.TdClassName
{
border-color: #10486B;
}
.TagClassName
{
border-color: #10486B;
}
</style>