Shades of Midnight Blue #101758
Tints of Midnight Blue #101758
RGB
CMYK
RGB Variations
Color information
#101758 (or 0x101758) is known color: Midnight Blue. HEX triplet: 10, 17 and 58. RGB value is (16,23,88). Sum of RGB (Red+Green+Blue) = 16+23+88=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #101758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101758 is #EFE8A7. Grayscale: #1C1C1C. Windows color (decimal): -15722664 or 5773072. OLE color: 5773072.
HSL color Cylindrical-coordinate representation of color #101758: hue angle of 234.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101758 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 23 | 88 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.65 |
| HSL | 234.17º | 0.69% | 0.2% | - |
| HSV(B) | 234.17º | 0.82% | 0.35% | - |
| XYZ | 2.28 | 1.43 | 9.39 | - |
| YUV | 28.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 88 | 0.82 | 0.74 | 0 | 0.65 | 234.17 | 0.69 | 0.2 |
| Hex | 10 | 17 | 58 | 52 | 4A | 0 | 41 | EA | 45 | 14 |
| Octal | 20 | 27 | 130 | 122 | 112 | 0 | 101 | 352 | 105 | 24 |
| Binary | 10000 | 10111 | 1011000 | 1010010 | 1001010 | 0 | 1000001 | 11101010 | 1000101 | 10100 |
Color Harmonies of #101758
Complementary color
Monochromatic Colors of #101758
Black with #101758
Text Example
Text Example
White with #101758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101758; }
p { color: rgb(16,23,88); }
H1.HeaderClassName
{
color: #101758;
}
.AnyTagClassName
{
color: #101758;
}
</style>
background-color css
<style>
a { background-color: #101758; }
a { background-color: rgb(16,23,88); }
div.DivClassName
{
background-color: #101758;
}
.BgClassName
{
background-color: #101758;
}
</style>
border-color css
<style>
span { border-color: #101758; }
span { border-color: rgb(16,23,88); }
td.TdClassName
{
border-color: #101758;
}
.TagClassName
{
border-color: #101758;
}
</style>