Shades of Midnight Blue #10177F
Tints of Midnight Blue #10177F
RGB
CMYK
RGB Variations
Color information
#10177F (or 0x10177F) is known color: Midnight Blue. HEX triplet: 10, 17 and 7F. RGB value is (16,23,127). Sum of RGB (Red+Green+Blue) = 16+23+127=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #10177F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10177F is #EFE880. Grayscale: #202020. Windows color (decimal): -15722625 or 8328976. OLE color: 8328976.
HSL color Cylindrical-coordinate representation of color #10177F: hue angle of 236.22º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10177F is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 23 | 127 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.50 |
| HSL | 236.22º | 0.78% | 0.28% | - |
| HSV(B) | 236.22º | 0.87% | 0.5% | - |
| XYZ | 4.35 | 2.26 | 20.28 | - |
| YUV | 32.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 127 | 0.87 | 0.82 | 0 | 0.50 | 236.22 | 0.78 | 0.28 |
| Hex | 10 | 17 | 7F | 57 | 52 | 0 | 32 | EC | 4E | 1C |
| Octal | 20 | 27 | 177 | 127 | 122 | 0 | 62 | 354 | 116 | 34 |
| Binary | 10000 | 10111 | 1111111 | 1010111 | 1010010 | 0 | 110010 | 11101100 | 1001110 | 11100 |
Color Harmonies of #10177F
Complementary color
Monochromatic Colors of #10177F
Black with #10177F
Text Example
Text Example
White with #10177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10177F; }
p { color: rgb(16,23,127); }
H1.HeaderClassName
{
color: #10177F;
}
.AnyTagClassName
{
color: #10177F;
}
</style>
background-color css
<style>
a { background-color: #10177F; }
a { background-color: rgb(16,23,127); }
div.DivClassName
{
background-color: #10177F;
}
.BgClassName
{
background-color: #10177F;
}
</style>
border-color css
<style>
span { border-color: #10177F; }
span { border-color: rgb(16,23,127); }
td.TdClassName
{
border-color: #10177F;
}
.TagClassName
{
border-color: #10177F;
}
</style>