Shades of Midnight Blue #1B167E
Tints of Midnight Blue #1B167E
RGB
CMYK
RGB Variations
Color information
#1B167E (or 0x1B167E) is known color: Midnight Blue. HEX triplet: 1B, 16 and 7E. RGB value is (27,22,126). Sum of RGB (Red+Green+Blue) = 27+22+126=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 126 (49.61% from 255 or 72% from 175); Max value from RGB is 126 - color contains mainly: blue. Hex color #1B167E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B167E is #E4E981. Grayscale: #222222. Windows color (decimal): -15001986 or 8263195. OLE color: 8263195.
HSL color Cylindrical-coordinate representation of color #1B167E: hue angle of 242.88º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B167E is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 22 | 126 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.51 |
| HSL | 242.88º | 0.7% | 0.29% | - |
| HSV(B) | 242.88º | 0.83% | 0.49% | - |
| XYZ | 4.5 | 2.31 | 19.95 | - |
| YUV | 35.35 | 179.16 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 126 | 0.79 | 0.83 | 0 | 0.51 | 242.88 | 0.7 | 0.29 |
| Hex | 1B | 16 | 7E | 4F | 53 | 0 | 33 | F3 | 46 | 1D |
| Octal | 33 | 26 | 176 | 117 | 123 | 0 | 63 | 363 | 106 | 35 |
| Binary | 11011 | 10110 | 1111110 | 1001111 | 1010011 | 0 | 110011 | 11110011 | 1000110 | 11101 |
Color Harmonies of #1B167E
Complementary color
Monochromatic Colors of #1B167E
Black with #1B167E
Text Example
Text Example
White with #1B167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B167E; }
p { color: rgb(27,22,126); }
H1.HeaderClassName
{
color: #1B167E;
}
.AnyTagClassName
{
color: #1B167E;
}
</style>
background-color css
<style>
a { background-color: #1B167E; }
a { background-color: rgb(27,22,126); }
div.DivClassName
{
background-color: #1B167E;
}
.BgClassName
{
background-color: #1B167E;
}
</style>
border-color css
<style>
span { border-color: #1B167E; }
span { border-color: rgb(27,22,126); }
td.TdClassName
{
border-color: #1B167E;
}
.TagClassName
{
border-color: #1B167E;
}
</style>