Shades of Midnight Blue #100F64
Tints of Midnight Blue #100F64
RGB
CMYK
RGB Variations
Color information
#100F64 (or 0x100F64) is known color: Midnight Blue. HEX triplet: 10, 0F and 64. RGB value is (16,15,100). Sum of RGB (Red+Green+Blue) = 16+15+100=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 100 (39.45% from 255 or 76.34% from 131); Max value from RGB is 100 - color contains mainly: blue. Hex color #100F64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F64 is #EFF09B. Grayscale: #181818. Windows color (decimal): -15724700 or 6557456. OLE color: 6557456.
HSL color Cylindrical-coordinate representation of color #100F64: hue angle of 240.71º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #100F64 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 15 | 100 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.61 |
| HSL | 240.71º | 0.74% | 0.23% | - |
| HSV(B) | 240.71º | 0.85% | 0.39% | - |
| XYZ | 2.68 | 1.37 | 12.18 | - |
| YUV | 24.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 100 | 0.84 | 0.85 | 0 | 0.61 | 240.71 | 0.74 | 0.23 |
| Hex | 10 | F | 64 | 54 | 55 | 0 | 3D | F1 | 4A | 17 |
| Octal | 20 | 17 | 144 | 124 | 125 | 0 | 75 | 361 | 112 | 27 |
| Binary | 10000 | 1111 | 1100100 | 1010100 | 1010101 | 0 | 111101 | 11110001 | 1001010 | 10111 |
Color Harmonies of #100F64
Complementary color
Monochromatic Colors of #100F64
Black with #100F64
Text Example
Text Example
White with #100F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F64; }
p { color: rgb(16,15,100); }
H1.HeaderClassName
{
color: #100F64;
}
.AnyTagClassName
{
color: #100F64;
}
</style>
background-color css
<style>
a { background-color: #100F64; }
a { background-color: rgb(16,15,100); }
div.DivClassName
{
background-color: #100F64;
}
.BgClassName
{
background-color: #100F64;
}
</style>
border-color css
<style>
span { border-color: #100F64; }
span { border-color: rgb(16,15,100); }
td.TdClassName
{
border-color: #100F64;
}
.TagClassName
{
border-color: #100F64;
}
</style>