Shades of Midnight Blue #102076
Tints of Midnight Blue #102076
RGB
CMYK
RGB Variations
Color information
#102076 (or 0x102076) is known color: Midnight Blue. HEX triplet: 10, 20 and 76. RGB value is (16,32,118). Sum of RGB (Red+Green+Blue) = 16+32+118=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #102076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102076 is #EFDF89. Grayscale: #242424. Windows color (decimal): -15720330 or 7741456. OLE color: 7741456.
HSL color Cylindrical-coordinate representation of color #102076: hue angle of 230.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102076 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 32 | 118 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.54 |
| HSL | 230.59º | 0.76% | 0.26% | - |
| HSV(B) | 230.59º | 0.86% | 0.46% | - |
| XYZ | 4 | 2.45 | 17.4 | - |
| YUV | 37.02 | 173.7 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 118 | 0.86 | 0.73 | 0 | 0.54 | 230.59 | 0.76 | 0.26 |
| Hex | 10 | 20 | 76 | 56 | 49 | 0 | 36 | E7 | 4C | 1A |
| Octal | 20 | 40 | 166 | 126 | 111 | 0 | 66 | 347 | 114 | 32 |
| Binary | 10000 | 100000 | 1110110 | 1010110 | 1001001 | 0 | 110110 | 11100111 | 1001100 | 11010 |
Color Harmonies of #102076
Complementary color
Monochromatic Colors of #102076
Black with #102076
Text Example
Text Example
White with #102076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102076; }
p { color: rgb(16,32,118); }
H1.HeaderClassName
{
color: #102076;
}
.AnyTagClassName
{
color: #102076;
}
</style>
background-color css
<style>
a { background-color: #102076; }
a { background-color: rgb(16,32,118); }
div.DivClassName
{
background-color: #102076;
}
.BgClassName
{
background-color: #102076;
}
</style>
border-color css
<style>
span { border-color: #102076; }
span { border-color: rgb(16,32,118); }
td.TdClassName
{
border-color: #102076;
}
.TagClassName
{
border-color: #102076;
}
</style>