Shades of Midnight Blue #10036E
Tints of Midnight Blue #10036E
RGB
CMYK
RGB Variations
Color information
#10036E (or 0x10036E) is known color: Midnight Blue. HEX triplet: 10, 03 and 6E. RGB value is (16,3,110). Sum of RGB (Red+Green+Blue) = 16+3+110=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 110 (43.36% from 255 or 85.27% from 129); Max value from RGB is 110 - color contains mainly: blue. Hex color #10036E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10036E is #EFFC91. Grayscale: #121212. Windows color (decimal): -15727762 or 7209744. OLE color: 7209744.
HSL color Cylindrical-coordinate representation of color #10036E: hue angle of 247.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10036E is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 3 | 110 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.57 |
| HSL | 247.29º | 0.95% | 0.22% | - |
| HSV(B) | 247.29º | 0.97% | 0.43% | - |
| XYZ | 3.06 | 1.3 | 14.84 | - |
| YUV | 19.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 110 | 0.85 | 0.97 | 0 | 0.57 | 247.29 | 0.95 | 0.22 |
| Hex | 10 | 3 | 6E | 55 | 61 | 0 | 39 | F7 | 5F | 16 |
| Octal | 20 | 3 | 156 | 125 | 141 | 0 | 71 | 367 | 137 | 26 |
| Binary | 10000 | 11 | 1101110 | 1010101 | 1100001 | 0 | 111001 | 11110111 | 1011111 | 10110 |
Color Harmonies of #10036E
Complementary color
Monochromatic Colors of #10036E
Black with #10036E
Text Example
Text Example
White with #10036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10036E; }
p { color: rgb(16,3,110); }
H1.HeaderClassName
{
color: #10036E;
}
.AnyTagClassName
{
color: #10036E;
}
</style>
background-color css
<style>
a { background-color: #10036E; }
a { background-color: rgb(16,3,110); }
div.DivClassName
{
background-color: #10036E;
}
.BgClassName
{
background-color: #10036E;
}
</style>
border-color css
<style>
span { border-color: #10036E; }
span { border-color: rgb(16,3,110); }
td.TdClassName
{
border-color: #10036E;
}
.TagClassName
{
border-color: #10036E;
}
</style>