Shades of Midnight Blue #100D5C
Tints of Midnight Blue #100D5C
RGB
CMYK
RGB Variations
Color information
#100D5C (or 0x100D5C) is known color: Midnight Blue. HEX triplet: 10, 0D and 5C. RGB value is (16,13,92). Sum of RGB (Red+Green+Blue) = 16+13+92=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #100D5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D5C is #EFF2A3. Grayscale: #161616. Windows color (decimal): -15725220 or 6032656. OLE color: 6032656.
HSL color Cylindrical-coordinate representation of color #100D5C: hue angle of 242.28º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100D5C is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 13 | 92 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.64 |
| HSL | 242.28º | 0.75% | 0.21% | - |
| HSV(B) | 242.28º | 0.86% | 0.36% | - |
| XYZ | 2.29 | 1.17 | 10.23 | - |
| YUV | 22.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 92 | 0.83 | 0.86 | 0 | 0.64 | 242.28 | 0.75 | 0.21 |
| Hex | 10 | D | 5C | 53 | 56 | 0 | 40 | F2 | 4B | 15 |
| Octal | 20 | 15 | 134 | 123 | 126 | 0 | 100 | 362 | 113 | 25 |
| Binary | 10000 | 1101 | 1011100 | 1010011 | 1010110 | 0 | 1000000 | 11110010 | 1001011 | 10101 |
Color Harmonies of #100D5C
Complementary color
Monochromatic Colors of #100D5C
Black with #100D5C
Text Example
Text Example
White with #100D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D5C; }
p { color: rgb(16,13,92); }
H1.HeaderClassName
{
color: #100D5C;
}
.AnyTagClassName
{
color: #100D5C;
}
</style>
background-color css
<style>
a { background-color: #100D5C; }
a { background-color: rgb(16,13,92); }
div.DivClassName
{
background-color: #100D5C;
}
.BgClassName
{
background-color: #100D5C;
}
</style>
border-color css
<style>
span { border-color: #100D5C; }
span { border-color: rgb(16,13,92); }
td.TdClassName
{
border-color: #100D5C;
}
.TagClassName
{
border-color: #100D5C;
}
</style>