Shades of Midnight Blue #10075A
Tints of Midnight Blue #10075A
RGB
CMYK
RGB Variations
Color information
#10075A (or 0x10075A) is known color: Midnight Blue. HEX triplet: 10, 07 and 5A. RGB value is (16,7,90). Sum of RGB (Red+Green+Blue) = 16+7+90=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #10075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10075A is #EFF8A5. Grayscale: #121212. Windows color (decimal): -15726758 or 5900048. OLE color: 5900048.
HSL color Cylindrical-coordinate representation of color #10075A: hue angle of 246.51º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10075A is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 7 | 90 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.65 |
| HSL | 246.51º | 0.86% | 0.19% | - |
| HSV(B) | 246.51º | 0.92% | 0.35% | - |
| XYZ | 2.14 | 1 | 9.75 | - |
| YUV | 19.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 90 | 0.82 | 0.92 | 0 | 0.65 | 246.51 | 0.86 | 0.19 |
| Hex | 10 | 7 | 5A | 52 | 5C | 0 | 41 | F7 | 56 | 13 |
| Octal | 20 | 7 | 132 | 122 | 134 | 0 | 101 | 367 | 126 | 23 |
| Binary | 10000 | 111 | 1011010 | 1010010 | 1011100 | 0 | 1000001 | 11110111 | 1010110 | 10011 |
Color Harmonies of #10075A
Complementary color
Monochromatic Colors of #10075A
Black with #10075A
Text Example
Text Example
White with #10075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10075A; }
p { color: rgb(16,7,90); }
H1.HeaderClassName
{
color: #10075A;
}
.AnyTagClassName
{
color: #10075A;
}
</style>
background-color css
<style>
a { background-color: #10075A; }
a { background-color: rgb(16,7,90); }
div.DivClassName
{
background-color: #10075A;
}
.BgClassName
{
background-color: #10075A;
}
</style>
border-color css
<style>
span { border-color: #10075A; }
span { border-color: rgb(16,7,90); }
td.TdClassName
{
border-color: #10075A;
}
.TagClassName
{
border-color: #10075A;
}
</style>