Shades of Midnight Blue #100358
Tints of Midnight Blue #100358
RGB
CMYK
RGB Variations
Color information
#100358 (or 0x100358) is known color: Midnight Blue. HEX triplet: 10, 03 and 58. RGB value is (16,3,88). Sum of RGB (Red+Green+Blue) = 16+3+88=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 88 (34.77% from 255 or 82.24% from 107); Max value from RGB is 88 - color contains mainly: blue. Hex color #100358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100358 is #EFFCA7. Grayscale: #101010. Windows color (decimal): -15727784 or 5767952. OLE color: 5767952.
HSL color Cylindrical-coordinate representation of color #100358: hue angle of 249.18º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100358 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 3 | 88 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.65 |
| HSL | 249.18º | 0.93% | 0.18% | - |
| HSV(B) | 249.18º | 0.97% | 0.35% | - |
| XYZ | 2.01 | 0.88 | 9.3 | - |
| YUV | 16.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 88 | 0.82 | 0.97 | 0 | 0.65 | 249.18 | 0.93 | 0.18 |
| Hex | 10 | 3 | 58 | 52 | 61 | 0 | 41 | F9 | 5D | 12 |
| Octal | 20 | 3 | 130 | 122 | 141 | 0 | 101 | 371 | 135 | 22 |
| Binary | 10000 | 11 | 1011000 | 1010010 | 1100001 | 0 | 1000001 | 11111001 | 1011101 | 10010 |
Color Harmonies of #100358
Complementary color
Monochromatic Colors of #100358
Black with #100358
Text Example
Text Example
White with #100358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100358; }
p { color: rgb(16,3,88); }
H1.HeaderClassName
{
color: #100358;
}
.AnyTagClassName
{
color: #100358;
}
</style>
background-color css
<style>
a { background-color: #100358; }
a { background-color: rgb(16,3,88); }
div.DivClassName
{
background-color: #100358;
}
.BgClassName
{
background-color: #100358;
}
</style>
border-color css
<style>
span { border-color: #100358; }
span { border-color: rgb(16,3,88); }
td.TdClassName
{
border-color: #100358;
}
.TagClassName
{
border-color: #100358;
}
</style>