Shades of Midnight Blue #10167C
Tints of Midnight Blue #10167C
RGB
CMYK
RGB Variations
Color information
#10167C (or 0x10167C) is known color: Midnight Blue. HEX triplet: 10, 16 and 7C. RGB value is (16,22,124). Sum of RGB (Red+Green+Blue) = 16+22+124=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #10167C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10167C is #EFE983. Grayscale: #1F1F1F. Windows color (decimal): -15722884 or 8132112. OLE color: 8132112.
HSL color Cylindrical-coordinate representation of color #10167C: hue angle of 236.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10167C is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 22 | 124 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.51 |
| HSL | 236.67º | 0.77% | 0.27% | - |
| HSV(B) | 236.67º | 0.87% | 0.49% | - |
| XYZ | 4.14 | 2.14 | 19.26 | - |
| YUV | 31.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 124 | 0.87 | 0.82 | 0 | 0.51 | 236.67 | 0.77 | 0.27 |
| Hex | 10 | 16 | 7C | 57 | 52 | 0 | 33 | ED | 4D | 1B |
| Octal | 20 | 26 | 174 | 127 | 122 | 0 | 63 | 355 | 115 | 33 |
| Binary | 10000 | 10110 | 1111100 | 1010111 | 1010010 | 0 | 110011 | 11101101 | 1001101 | 11011 |
Color Harmonies of #10167C
Complementary color
Monochromatic Colors of #10167C
Black with #10167C
Text Example
Text Example
White with #10167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10167C; }
p { color: rgb(16,22,124); }
H1.HeaderClassName
{
color: #10167C;
}
.AnyTagClassName
{
color: #10167C;
}
</style>
background-color css
<style>
a { background-color: #10167C; }
a { background-color: rgb(16,22,124); }
div.DivClassName
{
background-color: #10167C;
}
.BgClassName
{
background-color: #10167C;
}
</style>
border-color css
<style>
span { border-color: #10167C; }
span { border-color: rgb(16,22,124); }
td.TdClassName
{
border-color: #10167C;
}
.TagClassName
{
border-color: #10167C;
}
</style>