Shades of Midnight Blue #100165
Tints of Midnight Blue #100165
RGB
CMYK
RGB Variations
Color information
#100165 (or 0x100165) is known color: Midnight Blue. HEX triplet: 10, 01 and 65. RGB value is (16,1,101). Sum of RGB (Red+Green+Blue) = 16+1+101=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 101 (39.84% from 255 or 85.59% from 118); Max value from RGB is 101 - color contains mainly: blue. Hex color #100165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100165 is #EFFE9A. Grayscale: #101010. Windows color (decimal): -15728283 or 6619408. OLE color: 6619408.
HSL color Cylindrical-coordinate representation of color #100165: hue angle of 249º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100165 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 1 | 101 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.60 |
| HSL | 249º | 0.98% | 0.2% | - |
| HSV(B) | 249º | 0.99% | 0.4% | - |
| XYZ | 2.57 | 1.07 | 12.38 | - |
| YUV | 16.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 101 | 0.84 | 0.99 | 0 | 0.60 | 249 | 0.98 | 0.2 |
| Hex | 10 | 1 | 65 | 54 | 63 | 0 | 3C | F9 | 62 | 14 |
| Octal | 20 | 1 | 145 | 124 | 143 | 0 | 74 | 371 | 142 | 24 |
| Binary | 10000 | 1 | 1100101 | 1010100 | 1100011 | 0 | 111100 | 11111001 | 1100010 | 10100 |
Color Harmonies of #100165
Complementary color
Monochromatic Colors of #100165
Black with #100165
Text Example
Text Example
White with #100165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100165; }
p { color: rgb(16,1,101); }
H1.HeaderClassName
{
color: #100165;
}
.AnyTagClassName
{
color: #100165;
}
</style>
background-color css
<style>
a { background-color: #100165; }
a { background-color: rgb(16,1,101); }
div.DivClassName
{
background-color: #100165;
}
.BgClassName
{
background-color: #100165;
}
</style>
border-color css
<style>
span { border-color: #100165; }
span { border-color: rgb(16,1,101); }
td.TdClassName
{
border-color: #100165;
}
.TagClassName
{
border-color: #100165;
}
</style>