Shades of Midnight Blue #1A0174
Tints of Midnight Blue #1A0174
RGB
CMYK
RGB Variations
Color information
#1A0174 (or 0x1A0174) is known color: Midnight Blue. HEX triplet: 1A, 01 and 74. RGB value is (26,1,116). Sum of RGB (Red+Green+Blue) = 26+1+116=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 116 (45.70% from 255 or 81.12% from 143); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A0174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0174 is #E5FE8B. Grayscale: #151515. Windows color (decimal): -15072908 or 7602458. OLE color: 7602458.
HSL color Cylindrical-coordinate representation of color #1A0174: hue angle of 253.04º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A0174 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 1 | 116 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.55 |
| HSL | 253.04º | 0.98% | 0.23% | - |
| HSV(B) | 253.04º | 0.99% | 0.45% | - |
| XYZ | 3.59 | 1.5 | 16.62 | - |
| YUV | 21.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 116 | 0.78 | 0.99 | 0 | 0.55 | 253.04 | 0.98 | 0.23 |
| Hex | 1A | 1 | 74 | 4E | 63 | 0 | 37 | FD | 62 | 17 |
| Octal | 32 | 1 | 164 | 116 | 143 | 0 | 67 | 375 | 142 | 27 |
| Binary | 11010 | 1 | 1110100 | 1001110 | 1100011 | 0 | 110111 | 11111101 | 1100010 | 10111 |
Color Harmonies of #1A0174
Complementary color
Monochromatic Colors of #1A0174
Black with #1A0174
Text Example
Text Example
White with #1A0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0174; }
p { color: rgb(26,1,116); }
H1.HeaderClassName
{
color: #1A0174;
}
.AnyTagClassName
{
color: #1A0174;
}
</style>
background-color css
<style>
a { background-color: #1A0174; }
a { background-color: rgb(26,1,116); }
div.DivClassName
{
background-color: #1A0174;
}
.BgClassName
{
background-color: #1A0174;
}
</style>
border-color css
<style>
span { border-color: #1A0174; }
span { border-color: rgb(26,1,116); }
td.TdClassName
{
border-color: #1A0174;
}
.TagClassName
{
border-color: #1A0174;
}
</style>