Shades of Midnight Blue #100765
Tints of Midnight Blue #100765
RGB
CMYK
RGB Variations
Color information
#100765 (or 0x100765) is known color: Midnight Blue. HEX triplet: 10, 07 and 65. RGB value is (16,7,101). Sum of RGB (Red+Green+Blue) = 16+7+101=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 101 (39.84% from 255 or 81.45% from 124); Max value from RGB is 101 - color contains mainly: blue. Hex color #100765 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100765 is #EFF89A. Grayscale: #141414. Windows color (decimal): -15726747 or 6620944. OLE color: 6620944.
HSL color Cylindrical-coordinate representation of color #100765: hue angle of 245.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100765 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 7 | 101 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.60 |
| HSL | 245.74º | 0.87% | 0.21% | - |
| HSV(B) | 245.74º | 0.93% | 0.4% | - |
| XYZ | 2.64 | 1.2 | 12.4 | - |
| YUV | 20.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 101 | 0.84 | 0.93 | 0 | 0.60 | 245.74 | 0.87 | 0.21 |
| Hex | 10 | 7 | 65 | 54 | 5D | 0 | 3C | F6 | 57 | 15 |
| Octal | 20 | 7 | 145 | 124 | 135 | 0 | 74 | 366 | 127 | 25 |
| Binary | 10000 | 111 | 1100101 | 1010100 | 1011101 | 0 | 111100 | 11110110 | 1010111 | 10101 |
Color Harmonies of #100765
Complementary color
Monochromatic Colors of #100765
Black with #100765
Text Example
Text Example
White with #100765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100765; }
p { color: rgb(16,7,101); }
H1.HeaderClassName
{
color: #100765;
}
.AnyTagClassName
{
color: #100765;
}
</style>
background-color css
<style>
a { background-color: #100765; }
a { background-color: rgb(16,7,101); }
div.DivClassName
{
background-color: #100765;
}
.BgClassName
{
background-color: #100765;
}
</style>
border-color css
<style>
span { border-color: #100765; }
span { border-color: rgb(16,7,101); }
td.TdClassName
{
border-color: #100765;
}
.TagClassName
{
border-color: #100765;
}
</style>