Shades of Midnight Blue #1A167E
Tints of Midnight Blue #1A167E
RGB
CMYK
RGB Variations
Color information
#1A167E (or 0x1A167E) is known color: Midnight Blue. HEX triplet: 1A, 16 and 7E. RGB value is (26,22,126). Sum of RGB (Red+Green+Blue) = 26+22+126=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 126 (49.61% from 255 or 72.41% from 174); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A167E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A167E is #E5E981. Grayscale: #222222. Windows color (decimal): -15067522 or 8263194. OLE color: 8263194.
HSL color Cylindrical-coordinate representation of color #1A167E: hue angle of 242.31º 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 #1A167E is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 22 | 126 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.51 |
| HSL | 242.31º | 0.7% | 0.29% | - |
| HSV(B) | 242.31º | 0.83% | 0.49% | - |
| XYZ | 4.48 | 2.3 | 19.95 | - |
| YUV | 35.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 126 | 0.79 | 0.83 | 0 | 0.51 | 242.31 | 0.7 | 0.29 |
| Hex | 1A | 16 | 7E | 4F | 53 | 0 | 33 | F2 | 46 | 1D |
| Octal | 32 | 26 | 176 | 117 | 123 | 0 | 63 | 362 | 106 | 35 |
| Binary | 11010 | 10110 | 1111110 | 1001111 | 1010011 | 0 | 110011 | 11110010 | 1000110 | 11101 |
Color Harmonies of #1A167E
Complementary color
Monochromatic Colors of #1A167E
Black with #1A167E
Text Example
Text Example
White with #1A167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A167E; }
p { color: rgb(26,22,126); }
H1.HeaderClassName
{
color: #1A167E;
}
.AnyTagClassName
{
color: #1A167E;
}
</style>
background-color css
<style>
a { background-color: #1A167E; }
a { background-color: rgb(26,22,126); }
div.DivClassName
{
background-color: #1A167E;
}
.BgClassName
{
background-color: #1A167E;
}
</style>
border-color css
<style>
span { border-color: #1A167E; }
span { border-color: rgb(26,22,126); }
td.TdClassName
{
border-color: #1A167E;
}
.TagClassName
{
border-color: #1A167E;
}
</style>