Shades of Dark Cerulean #10406F
Tints of Dark Cerulean #10406F
RGB
CMYK
RGB Variations
Color information
#10406F (or 0x10406F) is known color: Dark Cerulean. HEX triplet: 10, 40 and 6F. RGB value is (16,64,111). Sum of RGB (Red+Green+Blue) = 16+64+111=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #10406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10406F is #EFBF90. Grayscale: #363636. Windows color (decimal): -15712145 or 7290896. OLE color: 7290896.
HSL color Cylindrical-coordinate representation of color #10406F: hue angle of 209.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10406F is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 64 | 111 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.56 |
| HSL | 209.68º | 0.75% | 0.25% | - |
| HSV(B) | 209.68º | 0.86% | 0.44% | - |
| XYZ | 4.92 | 4.92 | 15.73 | - |
| YUV | 55.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 111 | 0.86 | 0.42 | 0 | 0.56 | 209.68 | 0.75 | 0.25 |
| Hex | 10 | 40 | 6F | 56 | 2A | 0 | 38 | D2 | 4B | 19 |
| Octal | 20 | 100 | 157 | 126 | 52 | 0 | 70 | 322 | 113 | 31 |
| Binary | 10000 | 1000000 | 1101111 | 1010110 | 101010 | 0 | 111000 | 11010010 | 1001011 | 11001 |
Color Harmonies of #10406F
Complementary color
Monochromatic Colors of #10406F
Black with #10406F
Text Example
Text Example
White with #10406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10406F; }
p { color: rgb(16,64,111); }
H1.HeaderClassName
{
color: #10406F;
}
.AnyTagClassName
{
color: #10406F;
}
</style>
background-color css
<style>
a { background-color: #10406F; }
a { background-color: rgb(16,64,111); }
div.DivClassName
{
background-color: #10406F;
}
.BgClassName
{
background-color: #10406F;
}
</style>
border-color css
<style>
span { border-color: #10406F; }
span { border-color: rgb(16,64,111); }
td.TdClassName
{
border-color: #10406F;
}
.TagClassName
{
border-color: #10406F;
}
</style>