Shades of Midnight Blue #16237C
Tints of Midnight Blue #16237C
RGB
CMYK
RGB Variations
Color information
#16237C (or 0x16237C) is known color: Midnight Blue. HEX triplet: 16, 23 and 7C. RGB value is (22,35,124). Sum of RGB (Red+Green+Blue) = 22+35+124=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #16237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16237C is #E9DC83. Grayscale: #282828. Windows color (decimal): -15326340 or 8135446. OLE color: 8135446.
HSL color Cylindrical-coordinate representation of color #16237C: hue angle of 232.35º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16237C is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 35 | 124 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.51 |
| HSL | 232.35º | 0.7% | 0.29% | - |
| HSV(B) | 232.35º | 0.82% | 0.49% | - |
| XYZ | 4.57 | 2.83 | 19.37 | - |
| YUV | 41.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 124 | 0.82 | 0.72 | 0 | 0.51 | 232.35 | 0.7 | 0.29 |
| Hex | 16 | 23 | 7C | 52 | 48 | 0 | 33 | E8 | 46 | 1D |
| Octal | 26 | 43 | 174 | 122 | 110 | 0 | 63 | 350 | 106 | 35 |
| Binary | 10110 | 100011 | 1111100 | 1010010 | 1001000 | 0 | 110011 | 11101000 | 1000110 | 11101 |
Color Harmonies of #16237C
Complementary color
Monochromatic Colors of #16237C
Black with #16237C
Text Example
Text Example
White with #16237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16237C; }
p { color: rgb(22,35,124); }
H1.HeaderClassName
{
color: #16237C;
}
.AnyTagClassName
{
color: #16237C;
}
</style>
background-color css
<style>
a { background-color: #16237C; }
a { background-color: rgb(22,35,124); }
div.DivClassName
{
background-color: #16237C;
}
.BgClassName
{
background-color: #16237C;
}
</style>
border-color css
<style>
span { border-color: #16237C; }
span { border-color: rgb(22,35,124); }
td.TdClassName
{
border-color: #16237C;
}
.TagClassName
{
border-color: #16237C;
}
</style>