Shades of Midnight Blue #16237D
Tints of Midnight Blue #16237D
RGB
CMYK
RGB Variations
Color information
#16237D (or 0x16237D) is known color: Midnight Blue. HEX triplet: 16, 23 and 7D. RGB value is (22,35,125). Sum of RGB (Red+Green+Blue) = 22+35+125=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #16237D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16237D is #E9DC82. Grayscale: #292929. Windows color (decimal): -15326339 or 8200982. OLE color: 8200982.
HSL color Cylindrical-coordinate representation of color #16237D: hue angle of 232.43º 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 #16237D is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 35 | 125 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.51 |
| HSL | 232.43º | 0.7% | 0.29% | - |
| HSV(B) | 232.43º | 0.82% | 0.49% | - |
| XYZ | 4.63 | 2.85 | 19.71 | - |
| YUV | 41.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 125 | 0.82 | 0.72 | 0 | 0.51 | 232.43 | 0.7 | 0.29 |
| Hex | 16 | 23 | 7D | 52 | 48 | 0 | 33 | E8 | 46 | 1D |
| Octal | 26 | 43 | 175 | 122 | 110 | 0 | 63 | 350 | 106 | 35 |
| Binary | 10110 | 100011 | 1111101 | 1010010 | 1001000 | 0 | 110011 | 11101000 | 1000110 | 11101 |
Color Harmonies of #16237D
Complementary color
Monochromatic Colors of #16237D
Black with #16237D
Text Example
Text Example
White with #16237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16237D; }
p { color: rgb(22,35,125); }
H1.HeaderClassName
{
color: #16237D;
}
.AnyTagClassName
{
color: #16237D;
}
</style>
background-color css
<style>
a { background-color: #16237D; }
a { background-color: rgb(22,35,125); }
div.DivClassName
{
background-color: #16237D;
}
.BgClassName
{
background-color: #16237D;
}
</style>
border-color css
<style>
span { border-color: #16237D; }
span { border-color: rgb(22,35,125); }
td.TdClassName
{
border-color: #16237D;
}
.TagClassName
{
border-color: #16237D;
}
</style>