Shades of Midnight Blue #16185C
Tints of Midnight Blue #16185C
RGB
CMYK
RGB Variations
Color information
#16185C (or 0x16185C) is known color: Midnight Blue. HEX triplet: 16, 18 and 5C. RGB value is (22,24,92). Sum of RGB (Red+Green+Blue) = 22+24+92=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #16185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16185C is #E9E7A3. Grayscale: #1E1E1E. Windows color (decimal): -15329188 or 6035478. OLE color: 6035478.
HSL color Cylindrical-coordinate representation of color #16185C: hue angle of 238.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16185C is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 24 | 92 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.64 |
| HSL | 238.29º | 0.61% | 0.22% | - |
| HSV(B) | 238.29º | 0.76% | 0.36% | - |
| XYZ | 2.59 | 1.6 | 10.3 | - |
| YUV | 31.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 92 | 0.76 | 0.74 | 0 | 0.64 | 238.29 | 0.61 | 0.22 |
| Hex | 16 | 18 | 5C | 4C | 4A | 0 | 40 | EE | 3D | 16 |
| Octal | 26 | 30 | 134 | 114 | 112 | 0 | 100 | 356 | 75 | 26 |
| Binary | 10110 | 11000 | 1011100 | 1001100 | 1001010 | 0 | 1000000 | 11101110 | 111101 | 10110 |
Color Harmonies of #16185C
Complementary color
Monochromatic Colors of #16185C
Black with #16185C
Text Example
Text Example
White with #16185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16185C; }
p { color: rgb(22,24,92); }
H1.HeaderClassName
{
color: #16185C;
}
.AnyTagClassName
{
color: #16185C;
}
</style>
background-color css
<style>
a { background-color: #16185C; }
a { background-color: rgb(22,24,92); }
div.DivClassName
{
background-color: #16185C;
}
.BgClassName
{
background-color: #16185C;
}
</style>
border-color css
<style>
span { border-color: #16185C; }
span { border-color: rgb(22,24,92); }
td.TdClassName
{
border-color: #16185C;
}
.TagClassName
{
border-color: #16185C;
}
</style>