Shades of Midnight Blue #10176F
Tints of Midnight Blue #10176F
RGB
CMYK
RGB Variations
Color information
#10176F (or 0x10176F) is known color: Midnight Blue. HEX triplet: 10, 17 and 6F. RGB value is (16,23,111). Sum of RGB (Red+Green+Blue) = 16+23+111=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #10176F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10176F is #EFE890. Grayscale: #1E1E1E. Windows color (decimal): -15722641 or 7280400. OLE color: 7280400.
HSL color Cylindrical-coordinate representation of color #10176F: hue angle of 235.58º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10176F is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 23 | 111 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.56 |
| HSL | 235.58º | 0.75% | 0.25% | - |
| HSV(B) | 235.58º | 0.86% | 0.44% | - |
| XYZ | 3.39 | 1.87 | 15.22 | - |
| YUV | 30.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 111 | 0.86 | 0.79 | 0 | 0.56 | 235.58 | 0.75 | 0.25 |
| Hex | 10 | 17 | 6F | 56 | 4F | 0 | 38 | EC | 4B | 19 |
| Octal | 20 | 27 | 157 | 126 | 117 | 0 | 70 | 354 | 113 | 31 |
| Binary | 10000 | 10111 | 1101111 | 1010110 | 1001111 | 0 | 111000 | 11101100 | 1001011 | 11001 |
Color Harmonies of #10176F
Complementary color
Monochromatic Colors of #10176F
Black with #10176F
Text Example
Text Example
White with #10176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10176F; }
p { color: rgb(16,23,111); }
H1.HeaderClassName
{
color: #10176F;
}
.AnyTagClassName
{
color: #10176F;
}
</style>
background-color css
<style>
a { background-color: #10176F; }
a { background-color: rgb(16,23,111); }
div.DivClassName
{
background-color: #10176F;
}
.BgClassName
{
background-color: #10176F;
}
</style>
border-color css
<style>
span { border-color: #10176F; }
span { border-color: rgb(16,23,111); }
td.TdClassName
{
border-color: #10176F;
}
.TagClassName
{
border-color: #10176F;
}
</style>