Shades of Midnight Blue #10175C
Tints of Midnight Blue #10175C
RGB
CMYK
RGB Variations
Color information
#10175C (or 0x10175C) is known color: Midnight Blue. HEX triplet: 10, 17 and 5C. RGB value is (16,23,92). Sum of RGB (Red+Green+Blue) = 16+23+92=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #10175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10175C is #EFE8A3. Grayscale: #1C1C1C. Windows color (decimal): -15722660 or 6035216. OLE color: 6035216.
HSL color Cylindrical-coordinate representation of color #10175C: hue angle of 234.47º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10175C is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 23 | 92 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.64 |
| HSL | 234.47º | 0.7% | 0.21% | - |
| HSV(B) | 234.47º | 0.83% | 0.36% | - |
| XYZ | 2.45 | 1.5 | 10.28 | - |
| YUV | 28.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 92 | 0.83 | 0.75 | 0 | 0.64 | 234.47 | 0.7 | 0.21 |
| Hex | 10 | 17 | 5C | 53 | 4B | 0 | 40 | EA | 46 | 15 |
| Octal | 20 | 27 | 134 | 123 | 113 | 0 | 100 | 352 | 106 | 25 |
| Binary | 10000 | 10111 | 1011100 | 1010011 | 1001011 | 0 | 1000000 | 11101010 | 1000110 | 10101 |
Color Harmonies of #10175C
Complementary color
Monochromatic Colors of #10175C
Black with #10175C
Text Example
Text Example
White with #10175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10175C; }
p { color: rgb(16,23,92); }
H1.HeaderClassName
{
color: #10175C;
}
.AnyTagClassName
{
color: #10175C;
}
</style>
background-color css
<style>
a { background-color: #10175C; }
a { background-color: rgb(16,23,92); }
div.DivClassName
{
background-color: #10175C;
}
.BgClassName
{
background-color: #10175C;
}
</style>
border-color css
<style>
span { border-color: #10175C; }
span { border-color: rgb(16,23,92); }
td.TdClassName
{
border-color: #10175C;
}
.TagClassName
{
border-color: #10175C;
}
</style>