Shades of Midnight Blue #100F58
Tints of Midnight Blue #100F58
RGB
CMYK
RGB Variations
Color information
#100F58 (or 0x100F58) is known color: Midnight Blue. HEX triplet: 10, 0F and 58. RGB value is (16,15,88). Sum of RGB (Red+Green+Blue) = 16+15+88=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #100F58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F58 is #EFF0A7. Grayscale: #171717. Windows color (decimal): -15724712 or 5771024. OLE color: 5771024.
HSL color Cylindrical-coordinate representation of color #100F58: hue angle of 240.82º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100F58 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 15 | 88 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.65 |
| HSL | 240.82º | 0.71% | 0.2% | - |
| HSV(B) | 240.82º | 0.83% | 0.35% | - |
| XYZ | 2.15 | 1.16 | 9.34 | - |
| YUV | 23.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 88 | 0.82 | 0.83 | 0 | 0.65 | 240.82 | 0.71 | 0.2 |
| Hex | 10 | F | 58 | 52 | 53 | 0 | 41 | F1 | 47 | 14 |
| Octal | 20 | 17 | 130 | 122 | 123 | 0 | 101 | 361 | 107 | 24 |
| Binary | 10000 | 1111 | 1011000 | 1010010 | 1010011 | 0 | 1000001 | 11110001 | 1000111 | 10100 |
Color Harmonies of #100F58
Complementary color
Monochromatic Colors of #100F58
Black with #100F58
Text Example
Text Example
White with #100F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F58; }
p { color: rgb(16,15,88); }
H1.HeaderClassName
{
color: #100F58;
}
.AnyTagClassName
{
color: #100F58;
}
</style>
background-color css
<style>
a { background-color: #100F58; }
a { background-color: rgb(16,15,88); }
div.DivClassName
{
background-color: #100F58;
}
.BgClassName
{
background-color: #100F58;
}
</style>
border-color css
<style>
span { border-color: #100F58; }
span { border-color: rgb(16,15,88); }
td.TdClassName
{
border-color: #100F58;
}
.TagClassName
{
border-color: #100F58;
}
</style>