Shades of Midnight Blue #16135C
Tints of Midnight Blue #16135C
RGB
CMYK
RGB Variations
Color information
#16135C (or 0x16135C) is known color: Midnight Blue. HEX triplet: 16, 13 and 5C. RGB value is (22,19,92). Sum of RGB (Red+Green+Blue) = 22+19+92=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #16135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16135C is #E9ECA3. Grayscale: #1B1B1B. Windows color (decimal): -15330468 or 6034198. OLE color: 6034198.
HSL color Cylindrical-coordinate representation of color #16135C: hue angle of 242.47º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16135C is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 19 | 92 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.64 |
| HSL | 242.47º | 0.66% | 0.22% | - |
| HSV(B) | 242.47º | 0.79% | 0.36% | - |
| XYZ | 2.5 | 1.41 | 10.27 | - |
| YUV | 28.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 92 | 0.76 | 0.79 | 0 | 0.64 | 242.47 | 0.66 | 0.22 |
| Hex | 16 | 13 | 5C | 4C | 4F | 0 | 40 | F2 | 42 | 16 |
| Octal | 26 | 23 | 134 | 114 | 117 | 0 | 100 | 362 | 102 | 26 |
| Binary | 10110 | 10011 | 1011100 | 1001100 | 1001111 | 0 | 1000000 | 11110010 | 1000010 | 10110 |
Color Harmonies of #16135C
Complementary color
Monochromatic Colors of #16135C
Black with #16135C
Text Example
Text Example
White with #16135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16135C; }
p { color: rgb(22,19,92); }
H1.HeaderClassName
{
color: #16135C;
}
.AnyTagClassName
{
color: #16135C;
}
</style>
background-color css
<style>
a { background-color: #16135C; }
a { background-color: rgb(22,19,92); }
div.DivClassName
{
background-color: #16135C;
}
.BgClassName
{
background-color: #16135C;
}
</style>
border-color css
<style>
span { border-color: #16135C; }
span { border-color: rgb(22,19,92); }
td.TdClassName
{
border-color: #16135C;
}
.TagClassName
{
border-color: #16135C;
}
</style>