Shades of Midnight Blue #100762
Tints of Midnight Blue #100762
RGB
CMYK
RGB Variations
Color information
#100762 (or 0x100762) is known color: Midnight Blue. HEX triplet: 10, 07 and 62. RGB value is (16,7,98). Sum of RGB (Red+Green+Blue) = 16+7+98=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #100762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100762 is #EFF89D. Grayscale: #131313. Windows color (decimal): -15726750 or 6424336. OLE color: 6424336.
HSL color Cylindrical-coordinate representation of color #100762: hue angle of 245.93º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100762 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 7 | 98 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.62 |
| HSL | 245.93º | 0.87% | 0.21% | - |
| HSV(B) | 245.93º | 0.93% | 0.38% | - |
| XYZ | 2.49 | 1.14 | 11.64 | - |
| YUV | 20.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 98 | 0.84 | 0.93 | 0 | 0.62 | 245.93 | 0.87 | 0.21 |
| Hex | 10 | 7 | 62 | 54 | 5D | 0 | 3E | F6 | 57 | 15 |
| Octal | 20 | 7 | 142 | 124 | 135 | 0 | 76 | 366 | 127 | 25 |
| Binary | 10000 | 111 | 1100010 | 1010100 | 1011101 | 0 | 111110 | 11110110 | 1010111 | 10101 |
Color Harmonies of #100762
Complementary color
Monochromatic Colors of #100762
Black with #100762
Text Example
Text Example
White with #100762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100762; }
p { color: rgb(16,7,98); }
H1.HeaderClassName
{
color: #100762;
}
.AnyTagClassName
{
color: #100762;
}
</style>
background-color css
<style>
a { background-color: #100762; }
a { background-color: rgb(16,7,98); }
div.DivClassName
{
background-color: #100762;
}
.BgClassName
{
background-color: #100762;
}
</style>
border-color css
<style>
span { border-color: #100762; }
span { border-color: rgb(16,7,98); }
td.TdClassName
{
border-color: #100762;
}
.TagClassName
{
border-color: #100762;
}
</style>