Shades of Midnight Blue #10075C
Tints of Midnight Blue #10075C
RGB
CMYK
RGB Variations
Color information
#10075C (or 0x10075C) is known color: Midnight Blue. HEX triplet: 10, 07 and 5C. RGB value is (16,7,92). Sum of RGB (Red+Green+Blue) = 16+7+92=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #10075C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10075C is #EFF8A3. Grayscale: #131313. Windows color (decimal): -15726756 or 6031120. OLE color: 6031120.
HSL color Cylindrical-coordinate representation of color #10075C: hue angle of 246.35º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10075C is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 7 | 92 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.64 |
| HSL | 246.35º | 0.86% | 0.19% | - |
| HSV(B) | 246.35º | 0.92% | 0.36% | - |
| XYZ | 2.22 | 1.03 | 10.21 | - |
| YUV | 19.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 92 | 0.83 | 0.92 | 0 | 0.64 | 246.35 | 0.86 | 0.19 |
| Hex | 10 | 7 | 5C | 53 | 5C | 0 | 40 | F6 | 56 | 13 |
| Octal | 20 | 7 | 134 | 123 | 134 | 0 | 100 | 366 | 126 | 23 |
| Binary | 10000 | 111 | 1011100 | 1010011 | 1011100 | 0 | 1000000 | 11110110 | 1010110 | 10011 |
Color Harmonies of #10075C
Complementary color
Monochromatic Colors of #10075C
Black with #10075C
Text Example
Text Example
White with #10075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10075C; }
p { color: rgb(16,7,92); }
H1.HeaderClassName
{
color: #10075C;
}
.AnyTagClassName
{
color: #10075C;
}
</style>
background-color css
<style>
a { background-color: #10075C; }
a { background-color: rgb(16,7,92); }
div.DivClassName
{
background-color: #10075C;
}
.BgClassName
{
background-color: #10075C;
}
</style>
border-color css
<style>
span { border-color: #10075C; }
span { border-color: rgb(16,7,92); }
td.TdClassName
{
border-color: #10075C;
}
.TagClassName
{
border-color: #10075C;
}
</style>