Shades of Midnight Blue #10165C
Tints of Midnight Blue #10165C
RGB
CMYK
RGB Variations
Color information
#10165C (or 0x10165C) is known color: Midnight Blue. HEX triplet: 10, 16 and 5C. RGB value is (16,22,92). Sum of RGB (Red+Green+Blue) = 16+22+92=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #10165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10165C is #EFE9A3. Grayscale: #1B1B1B. Windows color (decimal): -15722916 or 6034960. OLE color: 6034960.
HSL color Cylindrical-coordinate representation of color #10165C: hue angle of 235.26º 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 #10165C is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 22 | 92 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.64 |
| HSL | 235.26º | 0.7% | 0.21% | - |
| HSV(B) | 235.26º | 0.83% | 0.36% | - |
| XYZ | 2.43 | 1.46 | 10.28 | - |
| YUV | 28.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 92 | 0.83 | 0.76 | 0 | 0.64 | 235.26 | 0.7 | 0.21 |
| Hex | 10 | 16 | 5C | 53 | 4C | 0 | 40 | EB | 46 | 15 |
| Octal | 20 | 26 | 134 | 123 | 114 | 0 | 100 | 353 | 106 | 25 |
| Binary | 10000 | 10110 | 1011100 | 1010011 | 1001100 | 0 | 1000000 | 11101011 | 1000110 | 10101 |
Color Harmonies of #10165C
Complementary color
Monochromatic Colors of #10165C
Black with #10165C
Text Example
Text Example
White with #10165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10165C; }
p { color: rgb(16,22,92); }
H1.HeaderClassName
{
color: #10165C;
}
.AnyTagClassName
{
color: #10165C;
}
</style>
background-color css
<style>
a { background-color: #10165C; }
a { background-color: rgb(16,22,92); }
div.DivClassName
{
background-color: #10165C;
}
.BgClassName
{
background-color: #10165C;
}
</style>
border-color css
<style>
span { border-color: #10165C; }
span { border-color: rgb(16,22,92); }
td.TdClassName
{
border-color: #10165C;
}
.TagClassName
{
border-color: #10165C;
}
</style>