Shades of Midnight Blue #100D64
Tints of Midnight Blue #100D64
RGB
CMYK
RGB Variations
Color information
#100D64 (or 0x100D64) is known color: Midnight Blue. HEX triplet: 10, 0D and 64. RGB value is (16,13,100). Sum of RGB (Red+Green+Blue) = 16+13+100=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #100D64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D64 is #EFF29B. Grayscale: #171717. Windows color (decimal): -15725212 or 6556944. OLE color: 6556944.
HSL color Cylindrical-coordinate representation of color #100D64: hue angle of 242.07º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #100D64 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 13 | 100 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.61 |
| HSL | 242.07º | 0.77% | 0.22% | - |
| HSV(B) | 242.07º | 0.87% | 0.39% | - |
| XYZ | 2.66 | 1.32 | 12.17 | - |
| YUV | 23.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 100 | 0.84 | 0.87 | 0 | 0.61 | 242.07 | 0.77 | 0.22 |
| Hex | 10 | D | 64 | 54 | 57 | 0 | 3D | F2 | 4D | 16 |
| Octal | 20 | 15 | 144 | 124 | 127 | 0 | 75 | 362 | 115 | 26 |
| Binary | 10000 | 1101 | 1100100 | 1010100 | 1010111 | 0 | 111101 | 11110010 | 1001101 | 10110 |
Color Harmonies of #100D64
Complementary color
Monochromatic Colors of #100D64
Black with #100D64
Text Example
Text Example
White with #100D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D64; }
p { color: rgb(16,13,100); }
H1.HeaderClassName
{
color: #100D64;
}
.AnyTagClassName
{
color: #100D64;
}
</style>
background-color css
<style>
a { background-color: #100D64; }
a { background-color: rgb(16,13,100); }
div.DivClassName
{
background-color: #100D64;
}
.BgClassName
{
background-color: #100D64;
}
</style>
border-color css
<style>
span { border-color: #100D64; }
span { border-color: rgb(16,13,100); }
td.TdClassName
{
border-color: #100D64;
}
.TagClassName
{
border-color: #100D64;
}
</style>