Shades of Midnight Blue #101058
Tints of Midnight Blue #101058
RGB
CMYK
RGB Variations
Color information
#101058 (or 0x101058) is known color: Midnight Blue. HEX triplet: 10, 10 and 58. RGB value is (16,16,88). Sum of RGB (Red+Green+Blue) = 16+16+88=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #101058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101058 is #EFEFA7. Grayscale: #171717. Windows color (decimal): -15724456 or 5771280. OLE color: 5771280.
HSL color Cylindrical-coordinate representation of color #101058: hue angle of 240º 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 #101058 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 16 | 88 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.65 |
| HSL | 240º | 0.69% | 0.2% | - |
| HSV(B) | 240º | 0.82% | 0.35% | - |
| XYZ | 2.16 | 1.19 | 9.35 | - |
| YUV | 24.21 | 164 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 88 | 0.82 | 0.82 | 0 | 0.65 | 240 | 0.69 | 0.2 |
| Hex | 10 | 10 | 58 | 52 | 52 | 0 | 41 | F0 | 45 | 14 |
| Octal | 20 | 20 | 130 | 122 | 122 | 0 | 101 | 360 | 105 | 24 |
| Binary | 10000 | 10000 | 1011000 | 1010010 | 1010010 | 0 | 1000001 | 11110000 | 1000101 | 10100 |
Color Harmonies of #101058
Complementary color
Monochromatic Colors of #101058
Black with #101058
Text Example
Text Example
White with #101058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101058; }
p { color: rgb(16,16,88); }
H1.HeaderClassName
{
color: #101058;
}
.AnyTagClassName
{
color: #101058;
}
</style>
background-color css
<style>
a { background-color: #101058; }
a { background-color: rgb(16,16,88); }
div.DivClassName
{
background-color: #101058;
}
.BgClassName
{
background-color: #101058;
}
</style>
border-color css
<style>
span { border-color: #101058; }
span { border-color: rgb(16,16,88); }
td.TdClassName
{
border-color: #101058;
}
.TagClassName
{
border-color: #101058;
}
</style>