Shades of Midnight Blue #100B5B
Tints of Midnight Blue #100B5B
RGB
CMYK
RGB Variations
Color information
#100B5B (or 0x100B5B) is known color: Midnight Blue. HEX triplet: 10, 0B and 5B. RGB value is (16,11,91). Sum of RGB (Red+Green+Blue) = 16+11+91=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #100B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B5B is #EFF4A4. Grayscale: #151515. Windows color (decimal): -15725733 or 5966608. OLE color: 5966608.
HSL color Cylindrical-coordinate representation of color #100B5B: hue angle of 243.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100B5B is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 11 | 91 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.64 |
| HSL | 243.75º | 0.78% | 0.2% | - |
| HSV(B) | 243.75º | 0.88% | 0.36% | - |
| XYZ | 2.22 | 1.1 | 9.99 | - |
| YUV | 21.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 91 | 0.82 | 0.88 | 0 | 0.64 | 243.75 | 0.78 | 0.2 |
| Hex | 10 | B | 5B | 52 | 58 | 0 | 40 | F4 | 4E | 14 |
| Octal | 20 | 13 | 133 | 122 | 130 | 0 | 100 | 364 | 116 | 24 |
| Binary | 10000 | 1011 | 1011011 | 1010010 | 1011000 | 0 | 1000000 | 11110100 | 1001110 | 10100 |
Color Harmonies of #100B5B
Complementary color
Monochromatic Colors of #100B5B
Black with #100B5B
Text Example
Text Example
White with #100B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B5B; }
p { color: rgb(16,11,91); }
H1.HeaderClassName
{
color: #100B5B;
}
.AnyTagClassName
{
color: #100B5B;
}
</style>
background-color css
<style>
a { background-color: #100B5B; }
a { background-color: rgb(16,11,91); }
div.DivClassName
{
background-color: #100B5B;
}
.BgClassName
{
background-color: #100B5B;
}
</style>
border-color css
<style>
span { border-color: #100B5B; }
span { border-color: rgb(16,11,91); }
td.TdClassName
{
border-color: #100B5B;
}
.TagClassName
{
border-color: #100B5B;
}
</style>