Shades of Midnight Blue #100F7A
Tints of Midnight Blue #100F7A
RGB
CMYK
RGB Variations
Color information
#100F7A (or 0x100F7A) is known color: Midnight Blue. HEX triplet: 10, 0F and 7A. RGB value is (16,15,122). Sum of RGB (Red+Green+Blue) = 16+15+122=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 122 (48.05% from 255 or 79.74% from 153); Max value from RGB is 122 - color contains mainly: blue. Hex color #100F7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F7A is #EFF085. Grayscale: #1B1B1B. Windows color (decimal): -15724678 or 7999248. OLE color: 7999248.
HSL color Cylindrical-coordinate representation of color #100F7A: 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 #100F7A is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 15 | 122 | - |
| 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.9 | 1.86 | 18.57 | - |
| YUV | 27.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 122 | 0.87 | 0.88 | 0 | 0.52 | 240.56 | 0.78 | 0.27 |
| Hex | 10 | F | 7A | 57 | 58 | 0 | 34 | F1 | 4E | 1B |
| Octal | 20 | 17 | 172 | 127 | 130 | 0 | 64 | 361 | 116 | 33 |
| Binary | 10000 | 1111 | 1111010 | 1010111 | 1011000 | 0 | 110100 | 11110001 | 1001110 | 11011 |
Color Harmonies of #100F7A
Complementary color
Monochromatic Colors of #100F7A
Black with #100F7A
Text Example
Text Example
White with #100F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F7A; }
p { color: rgb(16,15,122); }
H1.HeaderClassName
{
color: #100F7A;
}
.AnyTagClassName
{
color: #100F7A;
}
</style>
background-color css
<style>
a { background-color: #100F7A; }
a { background-color: rgb(16,15,122); }
div.DivClassName
{
background-color: #100F7A;
}
.BgClassName
{
background-color: #100F7A;
}
</style>
border-color css
<style>
span { border-color: #100F7A; }
span { border-color: rgb(16,15,122); }
td.TdClassName
{
border-color: #100F7A;
}
.TagClassName
{
border-color: #100F7A;
}
</style>