Shades of Midnight Blue #16237B
Tints of Midnight Blue #16237B
RGB
CMYK
RGB Variations
Color information
#16237B (or 0x16237B) is known color: Midnight Blue. HEX triplet: 16, 23 and 7B. RGB value is (22,35,123). Sum of RGB (Red+Green+Blue) = 22+35+123=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #16237B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16237B is #E9DC84. Grayscale: #282828. Windows color (decimal): -15326341 or 8069910. OLE color: 8069910.
HSL color Cylindrical-coordinate representation of color #16237B: hue angle of 232.28º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16237B is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 35 | 123 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.52 |
| HSL | 232.28º | 0.7% | 0.28% | - |
| HSV(B) | 232.28º | 0.82% | 0.48% | - |
| XYZ | 4.51 | 2.8 | 19.04 | - |
| YUV | 41.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 123 | 0.82 | 0.72 | 0 | 0.52 | 232.28 | 0.7 | 0.28 |
| Hex | 16 | 23 | 7B | 52 | 48 | 0 | 34 | E8 | 46 | 1C |
| Octal | 26 | 43 | 173 | 122 | 110 | 0 | 64 | 350 | 106 | 34 |
| Binary | 10110 | 100011 | 1111011 | 1010010 | 1001000 | 0 | 110100 | 11101000 | 1000110 | 11100 |
Color Harmonies of #16237B
Complementary color
Monochromatic Colors of #16237B
Black with #16237B
Text Example
Text Example
White with #16237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16237B; }
p { color: rgb(22,35,123); }
H1.HeaderClassName
{
color: #16237B;
}
.AnyTagClassName
{
color: #16237B;
}
</style>
background-color css
<style>
a { background-color: #16237B; }
a { background-color: rgb(22,35,123); }
div.DivClassName
{
background-color: #16237B;
}
.BgClassName
{
background-color: #16237B;
}
</style>
border-color css
<style>
span { border-color: #16237B; }
span { border-color: rgb(22,35,123); }
td.TdClassName
{
border-color: #16237B;
}
.TagClassName
{
border-color: #16237B;
}
</style>