Shades of Midnight Blue #100A5B
Tints of Midnight Blue #100A5B
RGB
CMYK
RGB Variations
Color information
#100A5B (or 0x100A5B) is known color: Midnight Blue. HEX triplet: 10, 0A and 5B. RGB value is (16,10,91). Sum of RGB (Red+Green+Blue) = 16+10+91=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #100A5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100A5B is #EFF5A4. Grayscale: #141414. Windows color (decimal): -15725989 or 5966352. OLE color: 5966352.
HSL color Cylindrical-coordinate representation of color #100A5B: hue angle of 244.44º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100A5B is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 10 | 91 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.64 |
| HSL | 244.44º | 0.8% | 0.2% | - |
| HSV(B) | 244.44º | 0.89% | 0.36% | - |
| XYZ | 2.21 | 1.08 | 9.99 | - |
| YUV | 21.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 91 | 0.82 | 0.89 | 0 | 0.64 | 244.44 | 0.8 | 0.2 |
| Hex | 10 | A | 5B | 52 | 59 | 0 | 40 | F4 | 50 | 14 |
| Octal | 20 | 12 | 133 | 122 | 131 | 0 | 100 | 364 | 120 | 24 |
| Binary | 10000 | 1010 | 1011011 | 1010010 | 1011001 | 0 | 1000000 | 11110100 | 1010000 | 10100 |
Color Harmonies of #100A5B
Complementary color
Monochromatic Colors of #100A5B
Black with #100A5B
Text Example
Text Example
White with #100A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A5B; }
p { color: rgb(16,10,91); }
H1.HeaderClassName
{
color: #100A5B;
}
.AnyTagClassName
{
color: #100A5B;
}
</style>
background-color css
<style>
a { background-color: #100A5B; }
a { background-color: rgb(16,10,91); }
div.DivClassName
{
background-color: #100A5B;
}
.BgClassName
{
background-color: #100A5B;
}
</style>
border-color css
<style>
span { border-color: #100A5B; }
span { border-color: rgb(16,10,91); }
td.TdClassName
{
border-color: #100A5B;
}
.TagClassName
{
border-color: #100A5B;
}
</style>