Shades of Midnight Blue #10135F
Tints of Midnight Blue #10135F
RGB
CMYK
RGB Variations
Color information
#10135F (or 0x10135F) is known color: Midnight Blue. HEX triplet: 10, 13 and 5F. RGB value is (16,19,95). Sum of RGB (Red+Green+Blue) = 16+19+95=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #10135F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10135F is #EFECA0. Grayscale: #1A1A1A. Windows color (decimal): -15723681 or 6230800. OLE color: 6230800.
HSL color Cylindrical-coordinate representation of color #10135F: hue angle of 237.72º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10135F is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 19 | 95 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.63 |
| HSL | 237.72º | 0.71% | 0.22% | - |
| HSV(B) | 237.72º | 0.83% | 0.37% | - |
| XYZ | 2.51 | 1.4 | 10.96 | - |
| YUV | 26.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 95 | 0.83 | 0.80 | 0 | 0.63 | 237.72 | 0.71 | 0.22 |
| Hex | 10 | 13 | 5F | 53 | 50 | 0 | 3F | EE | 47 | 16 |
| Octal | 20 | 23 | 137 | 123 | 120 | 0 | 77 | 356 | 107 | 26 |
| Binary | 10000 | 10011 | 1011111 | 1010011 | 1010000 | 0 | 111111 | 11101110 | 1000111 | 10110 |
Color Harmonies of #10135F
Complementary color
Monochromatic Colors of #10135F
Black with #10135F
Text Example
Text Example
White with #10135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10135F; }
p { color: rgb(16,19,95); }
H1.HeaderClassName
{
color: #10135F;
}
.AnyTagClassName
{
color: #10135F;
}
</style>
background-color css
<style>
a { background-color: #10135F; }
a { background-color: rgb(16,19,95); }
div.DivClassName
{
background-color: #10135F;
}
.BgClassName
{
background-color: #10135F;
}
</style>
border-color css
<style>
span { border-color: #10135F; }
span { border-color: rgb(16,19,95); }
td.TdClassName
{
border-color: #10135F;
}
.TagClassName
{
border-color: #10135F;
}
</style>