Shades of Midnight Blue #10145D
Tints of Midnight Blue #10145D
RGB
CMYK
RGB Variations
Color information
#10145D (or 0x10145D) is known color: Midnight Blue. HEX triplet: 10, 14 and 5D. RGB value is (16,20,93). Sum of RGB (Red+Green+Blue) = 16+20+93=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #10145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10145D is #EFEBA2. Grayscale: #1A1A1A. Windows color (decimal): -15723427 or 6099984. OLE color: 6099984.
HSL color Cylindrical-coordinate representation of color #10145D: hue angle of 236.88º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10145D is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 20 | 93 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.64 |
| HSL | 236.88º | 0.71% | 0.21% | - |
| HSV(B) | 236.88º | 0.83% | 0.36% | - |
| XYZ | 2.44 | 1.4 | 10.5 | - |
| YUV | 27.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 93 | 0.83 | 0.78 | 0 | 0.64 | 236.88 | 0.71 | 0.21 |
| Hex | 10 | 14 | 5D | 53 | 4E | 0 | 40 | ED | 47 | 15 |
| Octal | 20 | 24 | 135 | 123 | 116 | 0 | 100 | 355 | 107 | 25 |
| Binary | 10000 | 10100 | 1011101 | 1010011 | 1001110 | 0 | 1000000 | 11101101 | 1000111 | 10101 |
Color Harmonies of #10145D
Complementary color
Monochromatic Colors of #10145D
Black with #10145D
Text Example
Text Example
White with #10145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10145D; }
p { color: rgb(16,20,93); }
H1.HeaderClassName
{
color: #10145D;
}
.AnyTagClassName
{
color: #10145D;
}
</style>
background-color css
<style>
a { background-color: #10145D; }
a { background-color: rgb(16,20,93); }
div.DivClassName
{
background-color: #10145D;
}
.BgClassName
{
background-color: #10145D;
}
</style>
border-color css
<style>
span { border-color: #10145D; }
span { border-color: rgb(16,20,93); }
td.TdClassName
{
border-color: #10145D;
}
.TagClassName
{
border-color: #10145D;
}
</style>