Shades of Midnight Blue #10136E
Tints of Midnight Blue #10136E
RGB
CMYK
RGB Variations
Color information
#10136E (or 0x10136E) is known color: Midnight Blue. HEX triplet: 10, 13 and 6E. RGB value is (16,19,110). Sum of RGB (Red+Green+Blue) = 16+19+110=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 110 (43.36% from 255 or 75.86% from 145); Max value from RGB is 110 - color contains mainly: blue. Hex color #10136E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10136E is #EFEC91. Grayscale: #1C1C1C. Windows color (decimal): -15723666 or 7213840. OLE color: 7213840.
HSL color Cylindrical-coordinate representation of color #10136E: hue angle of 238.09º degrees, saturation: 0.75, 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 #10136E is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 19 | 110 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.57 |
| HSL | 238.09º | 0.75% | 0.25% | - |
| HSV(B) | 238.09º | 0.85% | 0.43% | - |
| XYZ | 3.26 | 1.7 | 14.91 | - |
| YUV | 28.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 110 | 0.85 | 0.83 | 0 | 0.57 | 238.09 | 0.75 | 0.25 |
| Hex | 10 | 13 | 6E | 55 | 53 | 0 | 39 | EE | 4B | 19 |
| Octal | 20 | 23 | 156 | 125 | 123 | 0 | 71 | 356 | 113 | 31 |
| Binary | 10000 | 10011 | 1101110 | 1010101 | 1010011 | 0 | 111001 | 11101110 | 1001011 | 11001 |
Color Harmonies of #10136E
Complementary color
Monochromatic Colors of #10136E
Black with #10136E
Text Example
Text Example
White with #10136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10136E; }
p { color: rgb(16,19,110); }
H1.HeaderClassName
{
color: #10136E;
}
.AnyTagClassName
{
color: #10136E;
}
</style>
background-color css
<style>
a { background-color: #10136E; }
a { background-color: rgb(16,19,110); }
div.DivClassName
{
background-color: #10136E;
}
.BgClassName
{
background-color: #10136E;
}
</style>
border-color css
<style>
span { border-color: #10136E; }
span { border-color: rgb(16,19,110); }
td.TdClassName
{
border-color: #10136E;
}
.TagClassName
{
border-color: #10136E;
}
</style>