Shades of Midnight Blue #16246C
Tints of Midnight Blue #16246C
RGB
CMYK
RGB Variations
Color information
#16246C (or 0x16246C) is known color: Midnight Blue. HEX triplet: 16, 24 and 6C. RGB value is (22,36,108). Sum of RGB (Red+Green+Blue) = 22+36+108=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #16246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16246C is #E9DB93. Grayscale: #272727. Windows color (decimal): -15326100 or 7087126. OLE color: 7087126.
HSL color Cylindrical-coordinate representation of color #16246C: hue angle of 230.23º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16246C is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 36 | 108 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.58 |
| HSL | 230.23º | 0.66% | 0.25% | - |
| HSV(B) | 230.23º | 0.8% | 0.42% | - |
| XYZ | 3.67 | 2.52 | 14.48 | - |
| YUV | 40.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 108 | 0.80 | 0.67 | 0 | 0.58 | 230.23 | 0.66 | 0.25 |
| Hex | 16 | 24 | 6C | 50 | 43 | 0 | 3A | E6 | 42 | 19 |
| Octal | 26 | 44 | 154 | 120 | 103 | 0 | 72 | 346 | 102 | 31 |
| Binary | 10110 | 100100 | 1101100 | 1010000 | 1000011 | 0 | 111010 | 11100110 | 1000010 | 11001 |
Color Harmonies of #16246C
Complementary color
Monochromatic Colors of #16246C
Black with #16246C
Text Example
Text Example
White with #16246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16246C; }
p { color: rgb(22,36,108); }
H1.HeaderClassName
{
color: #16246C;
}
.AnyTagClassName
{
color: #16246C;
}
</style>
background-color css
<style>
a { background-color: #16246C; }
a { background-color: rgb(22,36,108); }
div.DivClassName
{
background-color: #16246C;
}
.BgClassName
{
background-color: #16246C;
}
</style>
border-color css
<style>
span { border-color: #16246C; }
span { border-color: rgb(22,36,108); }
td.TdClassName
{
border-color: #16246C;
}
.TagClassName
{
border-color: #16246C;
}
</style>