Shades of Midnight Blue #100157
Tints of Midnight Blue #100157
RGB
CMYK
RGB Variations
Color information
#100157 (or 0x100157) is known color: Midnight Blue. HEX triplet: 10, 01 and 57. RGB value is (16,1,87). Sum of RGB (Red+Green+Blue) = 16+1+87=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 87 (34.38% from 255 or 83.65% from 104); Max value from RGB is 87 - color contains mainly: blue. Hex color #100157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100157 is #EFFEA8. Grayscale: #0E0E0E. Windows color (decimal): -15728297 or 5701904. OLE color: 5701904.
HSL color Cylindrical-coordinate representation of color #100157: hue angle of 250.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100157 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 1 | 87 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.66 |
| HSL | 250.47º | 0.98% | 0.17% | - |
| HSV(B) | 250.47º | 0.99% | 0.34% | - |
| XYZ | 1.94 | 0.82 | 9.07 | - |
| YUV | 15.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 87 | 0.82 | 0.99 | 0 | 0.66 | 250.47 | 0.98 | 0.17 |
| Hex | 10 | 1 | 57 | 52 | 63 | 0 | 42 | FA | 62 | 11 |
| Octal | 20 | 1 | 127 | 122 | 143 | 0 | 102 | 372 | 142 | 21 |
| Binary | 10000 | 1 | 1010111 | 1010010 | 1100011 | 0 | 1000010 | 11111010 | 1100010 | 10001 |
Color Harmonies of #100157
Complementary color
Monochromatic Colors of #100157
Black with #100157
Text Example
Text Example
White with #100157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100157; }
p { color: rgb(16,1,87); }
H1.HeaderClassName
{
color: #100157;
}
.AnyTagClassName
{
color: #100157;
}
</style>
background-color css
<style>
a { background-color: #100157; }
a { background-color: rgb(16,1,87); }
div.DivClassName
{
background-color: #100157;
}
.BgClassName
{
background-color: #100157;
}
</style>
border-color css
<style>
span { border-color: #100157; }
span { border-color: rgb(16,1,87); }
td.TdClassName
{
border-color: #100157;
}
.TagClassName
{
border-color: #100157;
}
</style>