Shades of Midnight Blue #10035E
Tints of Midnight Blue #10035E
RGB
CMYK
RGB Variations
Color information
#10035E (or 0x10035E) is known color: Midnight Blue. HEX triplet: 10, 03 and 5E. RGB value is (16,3,94). Sum of RGB (Red+Green+Blue) = 16+3+94=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #10035E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10035E is #EFFCA1. Grayscale: #101010. Windows color (decimal): -15727778 or 6161168. OLE color: 6161168.
HSL color Cylindrical-coordinate representation of color #10035E: hue angle of 248.57º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10035E is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 3 | 94 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.63 |
| HSL | 248.57º | 0.94% | 0.19% | - |
| HSV(B) | 248.57º | 0.97% | 0.37% | - |
| XYZ | 2.27 | 0.98 | 10.66 | - |
| YUV | 17.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 94 | 0.83 | 0.97 | 0 | 0.63 | 248.57 | 0.94 | 0.19 |
| Hex | 10 | 3 | 5E | 53 | 61 | 0 | 3F | F9 | 5E | 13 |
| Octal | 20 | 3 | 136 | 123 | 141 | 0 | 77 | 371 | 136 | 23 |
| Binary | 10000 | 11 | 1011110 | 1010011 | 1100001 | 0 | 111111 | 11111001 | 1011110 | 10011 |
Color Harmonies of #10035E
Complementary color
Monochromatic Colors of #10035E
Black with #10035E
Text Example
Text Example
White with #10035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10035E; }
p { color: rgb(16,3,94); }
H1.HeaderClassName
{
color: #10035E;
}
.AnyTagClassName
{
color: #10035E;
}
</style>
background-color css
<style>
a { background-color: #10035E; }
a { background-color: rgb(16,3,94); }
div.DivClassName
{
background-color: #10035E;
}
.BgClassName
{
background-color: #10035E;
}
</style>
border-color css
<style>
span { border-color: #10035E; }
span { border-color: rgb(16,3,94); }
td.TdClassName
{
border-color: #10035E;
}
.TagClassName
{
border-color: #10035E;
}
</style>