Shades of Midnight Blue #1B167D
Tints of Midnight Blue #1B167D
RGB
CMYK
RGB Variations
Color information
#1B167D (or 0x1B167D) is known color: Midnight Blue. HEX triplet: 1B, 16 and 7D. RGB value is (27,22,125). Sum of RGB (Red+Green+Blue) = 27+22+125=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B167D is #E4E982. Grayscale: #222222. Windows color (decimal): -15001987 or 8197659. OLE color: 8197659.
HSL color Cylindrical-coordinate representation of color #1B167D: hue angle of 242.91º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B167D is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 22 | 125 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.51 |
| HSL | 242.91º | 0.7% | 0.29% | - |
| HSV(B) | 242.91º | 0.82% | 0.49% | - |
| XYZ | 4.44 | 2.29 | 19.61 | - |
| YUV | 35.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 125 | 0.78 | 0.82 | 0 | 0.51 | 242.91 | 0.7 | 0.29 |
| Hex | 1B | 16 | 7D | 4E | 52 | 0 | 33 | F3 | 46 | 1D |
| Octal | 33 | 26 | 175 | 116 | 122 | 0 | 63 | 363 | 106 | 35 |
| Binary | 11011 | 10110 | 1111101 | 1001110 | 1010010 | 0 | 110011 | 11110011 | 1000110 | 11101 |
Color Harmonies of #1B167D
Complementary color
Monochromatic Colors of #1B167D
Black with #1B167D
Text Example
Text Example
White with #1B167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B167D; }
p { color: rgb(27,22,125); }
H1.HeaderClassName
{
color: #1B167D;
}
.AnyTagClassName
{
color: #1B167D;
}
</style>
background-color css
<style>
a { background-color: #1B167D; }
a { background-color: rgb(27,22,125); }
div.DivClassName
{
background-color: #1B167D;
}
.BgClassName
{
background-color: #1B167D;
}
</style>
border-color css
<style>
span { border-color: #1B167D; }
span { border-color: rgb(27,22,125); }
td.TdClassName
{
border-color: #1B167D;
}
.TagClassName
{
border-color: #1B167D;
}
</style>