Shades of Midnight Blue #10145B
Tints of Midnight Blue #10145B
RGB
CMYK
RGB Variations
Color information
#10145B (or 0x10145B) is known color: Midnight Blue. HEX triplet: 10, 14 and 5B. RGB value is (16,20,91). Sum of RGB (Red+Green+Blue) = 16+20+91=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #10145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10145B is #EFEBA4. Grayscale: #1A1A1A. Windows color (decimal): -15723429 or 5968912. OLE color: 5968912.
HSL color Cylindrical-coordinate representation of color #10145B: hue angle of 236.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10145B is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 20 | 91 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.64 |
| HSL | 236.8º | 0.7% | 0.21% | - |
| HSV(B) | 236.8º | 0.82% | 0.36% | - |
| XYZ | 2.35 | 1.37 | 10.04 | - |
| YUV | 26.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 91 | 0.82 | 0.78 | 0 | 0.64 | 236.8 | 0.7 | 0.21 |
| Hex | 10 | 14 | 5B | 52 | 4E | 0 | 40 | ED | 46 | 15 |
| Octal | 20 | 24 | 133 | 122 | 116 | 0 | 100 | 355 | 106 | 25 |
| Binary | 10000 | 10100 | 1011011 | 1010010 | 1001110 | 0 | 1000000 | 11101101 | 1000110 | 10101 |
Color Harmonies of #10145B
Complementary color
Monochromatic Colors of #10145B
Black with #10145B
Text Example
Text Example
White with #10145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10145B; }
p { color: rgb(16,20,91); }
H1.HeaderClassName
{
color: #10145B;
}
.AnyTagClassName
{
color: #10145B;
}
</style>
background-color css
<style>
a { background-color: #10145B; }
a { background-color: rgb(16,20,91); }
div.DivClassName
{
background-color: #10145B;
}
.BgClassName
{
background-color: #10145B;
}
</style>
border-color css
<style>
span { border-color: #10145B; }
span { border-color: rgb(16,20,91); }
td.TdClassName
{
border-color: #10145B;
}
.TagClassName
{
border-color: #10145B;
}
</style>