Shades of Midnight Blue #10127B
Tints of Midnight Blue #10127B
RGB
CMYK
RGB Variations
Color information
#10127B (or 0x10127B) is known color: Midnight Blue. HEX triplet: 10, 12 and 7B. RGB value is (16,18,123). Sum of RGB (Red+Green+Blue) = 16+18+123=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #10127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10127B is #EFED84. Grayscale: #1C1C1C. Windows color (decimal): -15723909 or 8065552. OLE color: 8065552.
HSL color Cylindrical-coordinate representation of color #10127B: hue angle of 238.88º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10127B is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 18 | 123 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.52 |
| HSL | 238.88º | 0.77% | 0.27% | - |
| HSV(B) | 238.88º | 0.87% | 0.48% | - |
| XYZ | 4.01 | 1.97 | 18.91 | - |
| YUV | 29.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 123 | 0.87 | 0.85 | 0 | 0.52 | 238.88 | 0.77 | 0.27 |
| Hex | 10 | 12 | 7B | 57 | 55 | 0 | 34 | EF | 4D | 1B |
| Octal | 20 | 22 | 173 | 127 | 125 | 0 | 64 | 357 | 115 | 33 |
| Binary | 10000 | 10010 | 1111011 | 1010111 | 1010101 | 0 | 110100 | 11101111 | 1001101 | 11011 |
Color Harmonies of #10127B
Complementary color
Monochromatic Colors of #10127B
Black with #10127B
Text Example
Text Example
White with #10127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10127B; }
p { color: rgb(16,18,123); }
H1.HeaderClassName
{
color: #10127B;
}
.AnyTagClassName
{
color: #10127B;
}
</style>
background-color css
<style>
a { background-color: #10127B; }
a { background-color: rgb(16,18,123); }
div.DivClassName
{
background-color: #10127B;
}
.BgClassName
{
background-color: #10127B;
}
</style>
border-color css
<style>
span { border-color: #10127B; }
span { border-color: rgb(16,18,123); }
td.TdClassName
{
border-color: #10127B;
}
.TagClassName
{
border-color: #10127B;
}
</style>