Shades of Midnight Blue #160C62
Tints of Midnight Blue #160C62
RGB
CMYK
RGB Variations
Color information
#160C62 (or 0x160C62) is known color: Midnight Blue. HEX triplet: 16, 0C and 62. RGB value is (22,12,98). Sum of RGB (Red+Green+Blue) = 22+12+98=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #160C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160C62 is #E9F39D. Grayscale: #181818. Windows color (decimal): -15332254 or 6425622. OLE color: 6425622.
HSL color Cylindrical-coordinate representation of color #160C62: hue angle of 246.98º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160C62 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 12 | 98 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.62 |
| HSL | 246.98º | 0.78% | 0.22% | - |
| HSV(B) | 246.98º | 0.88% | 0.38% | - |
| XYZ | 2.67 | 1.32 | 11.67 | - |
| YUV | 24.79 | 169.31 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 98 | 0.78 | 0.88 | 0 | 0.62 | 246.98 | 0.78 | 0.22 |
| Hex | 16 | C | 62 | 4E | 58 | 0 | 3E | F7 | 4E | 16 |
| Octal | 26 | 14 | 142 | 116 | 130 | 0 | 76 | 367 | 116 | 26 |
| Binary | 10110 | 1100 | 1100010 | 1001110 | 1011000 | 0 | 111110 | 11110111 | 1001110 | 10110 |
Color Harmonies of #160C62
Complementary color
Monochromatic Colors of #160C62
Black with #160C62
Text Example
Text Example
White with #160C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160C62; }
p { color: rgb(22,12,98); }
H1.HeaderClassName
{
color: #160C62;
}
.AnyTagClassName
{
color: #160C62;
}
</style>
background-color css
<style>
a { background-color: #160C62; }
a { background-color: rgb(22,12,98); }
div.DivClassName
{
background-color: #160C62;
}
.BgClassName
{
background-color: #160C62;
}
</style>
border-color css
<style>
span { border-color: #160C62; }
span { border-color: rgb(22,12,98); }
td.TdClassName
{
border-color: #160C62;
}
.TagClassName
{
border-color: #160C62;
}
</style>