Shades of Midnight Blue #100F7B
Tints of Midnight Blue #100F7B
RGB
CMYK
RGB Variations
Color information
#100F7B (or 0x100F7B) is known color: Midnight Blue. HEX triplet: 10, 0F and 7B. RGB value is (16,15,123). Sum of RGB (Red+Green+Blue) = 16+15+123=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 123 (48.44% from 255 or 79.87% from 154); Max value from RGB is 123 - color contains mainly: blue. Hex color #100F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F7B is #EFF084. Grayscale: #1B1B1B. Windows color (decimal): -15724677 or 8064784. OLE color: 8064784.
HSL color Cylindrical-coordinate representation of color #100F7B: hue angle of 240.56º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100F7B is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 15 | 123 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.52 |
| HSL | 240.56º | 0.78% | 0.27% | - |
| HSV(B) | 240.56º | 0.88% | 0.48% | - |
| XYZ | 3.96 | 1.88 | 18.89 | - |
| YUV | 27.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 123 | 0.87 | 0.88 | 0 | 0.52 | 240.56 | 0.78 | 0.27 |
| Hex | 10 | F | 7B | 57 | 58 | 0 | 34 | F1 | 4E | 1B |
| Octal | 20 | 17 | 173 | 127 | 130 | 0 | 64 | 361 | 116 | 33 |
| Binary | 10000 | 1111 | 1111011 | 1010111 | 1011000 | 0 | 110100 | 11110001 | 1001110 | 11011 |
Color Harmonies of #100F7B
Complementary color
Monochromatic Colors of #100F7B
Black with #100F7B
Text Example
Text Example
White with #100F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F7B; }
p { color: rgb(16,15,123); }
H1.HeaderClassName
{
color: #100F7B;
}
.AnyTagClassName
{
color: #100F7B;
}
</style>
background-color css
<style>
a { background-color: #100F7B; }
a { background-color: rgb(16,15,123); }
div.DivClassName
{
background-color: #100F7B;
}
.BgClassName
{
background-color: #100F7B;
}
</style>
border-color css
<style>
span { border-color: #100F7B; }
span { border-color: rgb(16,15,123); }
td.TdClassName
{
border-color: #100F7B;
}
.TagClassName
{
border-color: #100F7B;
}
</style>