Shades of Dark Cerulean #10416D
Tints of Dark Cerulean #10416D
RGB
CMYK
RGB Variations
Color information
#10416D (or 0x10416D) is known color: Dark Cerulean. HEX triplet: 10, 41 and 6D. RGB value is (16,65,109). Sum of RGB (Red+Green+Blue) = 16+65+109=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #10416D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10416D is #EFBE92. Grayscale: #373737. Windows color (decimal): -15711891 or 7160080. OLE color: 7160080.
HSL color Cylindrical-coordinate representation of color #10416D: hue angle of 208.39º degrees, saturation: 0.74, 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 #10416D is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 65 | 109 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.57 |
| HSL | 208.39º | 0.74% | 0.25% | - |
| HSV(B) | 208.39º | 0.85% | 0.43% | - |
| XYZ | 4.86 | 4.99 | 15.18 | - |
| YUV | 55.37 | 158.27 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 109 | 0.85 | 0.40 | 0 | 0.57 | 208.39 | 0.74 | 0.25 |
| Hex | 10 | 41 | 6D | 55 | 28 | 0 | 39 | D0 | 4A | 19 |
| Octal | 20 | 101 | 155 | 125 | 50 | 0 | 71 | 320 | 112 | 31 |
| Binary | 10000 | 1000001 | 1101101 | 1010101 | 101000 | 0 | 111001 | 11010000 | 1001010 | 11001 |
Color Harmonies of #10416D
Complementary color
Monochromatic Colors of #10416D
Black with #10416D
Text Example
Text Example
White with #10416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10416D; }
p { color: rgb(16,65,109); }
H1.HeaderClassName
{
color: #10416D;
}
.AnyTagClassName
{
color: #10416D;
}
</style>
background-color css
<style>
a { background-color: #10416D; }
a { background-color: rgb(16,65,109); }
div.DivClassName
{
background-color: #10416D;
}
.BgClassName
{
background-color: #10416D;
}
</style>
border-color css
<style>
span { border-color: #10416D; }
span { border-color: rgb(16,65,109); }
td.TdClassName
{
border-color: #10416D;
}
.TagClassName
{
border-color: #10416D;
}
</style>