Shades of Midnight Blue #16066F
Tints of Midnight Blue #16066F
RGB
CMYK
RGB Variations
Color information
#16066F (or 0x16066F) is known color: Midnight Blue. HEX triplet: 16, 06 and 6F. RGB value is (22,6,111). Sum of RGB (Red+Green+Blue) = 22+6+111=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #16066F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16066F is #E9F990. Grayscale: #161616. Windows color (decimal): -15333777 or 7276054. OLE color: 7276054.
HSL color Cylindrical-coordinate representation of color #16066F: hue angle of 249.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16066F is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 6 | 111 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.56 |
| HSL | 249.14º | 0.9% | 0.23% | - |
| HSV(B) | 249.14º | 0.95% | 0.44% | - |
| XYZ | 3.27 | 1.45 | 15.15 | - |
| YUV | 22.75 | 177.8 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 111 | 0.80 | 0.95 | 0 | 0.56 | 249.14 | 0.9 | 0.23 |
| Hex | 16 | 6 | 6F | 50 | 5F | 0 | 38 | F9 | 5A | 17 |
| Octal | 26 | 6 | 157 | 120 | 137 | 0 | 70 | 371 | 132 | 27 |
| Binary | 10110 | 110 | 1101111 | 1010000 | 1011111 | 0 | 111000 | 11111001 | 1011010 | 10111 |
Color Harmonies of #16066F
Complementary color
Monochromatic Colors of #16066F
Black with #16066F
Text Example
Text Example
White with #16066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16066F; }
p { color: rgb(22,6,111); }
H1.HeaderClassName
{
color: #16066F;
}
.AnyTagClassName
{
color: #16066F;
}
</style>
background-color css
<style>
a { background-color: #16066F; }
a { background-color: rgb(22,6,111); }
div.DivClassName
{
background-color: #16066F;
}
.BgClassName
{
background-color: #16066F;
}
</style>
border-color css
<style>
span { border-color: #16066F; }
span { border-color: rgb(22,6,111); }
td.TdClassName
{
border-color: #16066F;
}
.TagClassName
{
border-color: #16066F;
}
</style>