Shades of Dark Cerulean #10406B
Tints of Dark Cerulean #10406B
RGB
CMYK
RGB Variations
Color information
#10406B (or 0x10406B) is known color: Dark Cerulean. HEX triplet: 10, 40 and 6B. RGB value is (16,64,107). Sum of RGB (Red+Green+Blue) = 16+64+107=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #10406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10406B is #EFBF94. Grayscale: #363636. Windows color (decimal): -15712149 or 7028752. OLE color: 7028752.
HSL color Cylindrical-coordinate representation of color #10406B: hue angle of 208.35º 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 #10406B is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 64 | 107 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.58 |
| HSL | 208.35º | 0.74% | 0.24% | - |
| HSV(B) | 208.35º | 0.85% | 0.42% | - |
| XYZ | 4.7 | 4.84 | 14.6 | - |
| YUV | 54.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 107 | 0.85 | 0.40 | 0 | 0.58 | 208.35 | 0.74 | 0.24 |
| Hex | 10 | 40 | 6B | 55 | 28 | 0 | 3A | D0 | 4A | 18 |
| Octal | 20 | 100 | 153 | 125 | 50 | 0 | 72 | 320 | 112 | 30 |
| Binary | 10000 | 1000000 | 1101011 | 1010101 | 101000 | 0 | 111010 | 11010000 | 1001010 | 11000 |
Color Harmonies of #10406B
Complementary color
Monochromatic Colors of #10406B
Black with #10406B
Text Example
Text Example
White with #10406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10406B; }
p { color: rgb(16,64,107); }
H1.HeaderClassName
{
color: #10406B;
}
.AnyTagClassName
{
color: #10406B;
}
</style>
background-color css
<style>
a { background-color: #10406B; }
a { background-color: rgb(16,64,107); }
div.DivClassName
{
background-color: #10406B;
}
.BgClassName
{
background-color: #10406B;
}
</style>
border-color css
<style>
span { border-color: #10406B; }
span { border-color: rgb(16,64,107); }
td.TdClassName
{
border-color: #10406B;
}
.TagClassName
{
border-color: #10406B;
}
</style>