Shades of Midnight Blue #1A0271
Tints of Midnight Blue #1A0271
RGB
CMYK
RGB Variations
Color information
#1A0271 (or 0x1A0271) is known color: Midnight Blue. HEX triplet: 1A, 02 and 71. RGB value is (26,2,113). Sum of RGB (Red+Green+Blue) = 26+2+113=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0271 is #E5FD8E. Grayscale: #151515. Windows color (decimal): -15072655 or 7406106. OLE color: 7406106.
HSL color Cylindrical-coordinate representation of color #1A0271: hue angle of 252.97º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0271 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 2 | 113 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.56 |
| HSL | 252.97º | 0.97% | 0.23% | - |
| HSV(B) | 252.97º | 0.98% | 0.44% | - |
| XYZ | 3.43 | 1.46 | 15.72 | - |
| YUV | 21.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 113 | 0.77 | 0.98 | 0 | 0.56 | 252.97 | 0.97 | 0.23 |
| Hex | 1A | 2 | 71 | 4D | 62 | 0 | 38 | FD | 61 | 17 |
| Octal | 32 | 2 | 161 | 115 | 142 | 0 | 70 | 375 | 141 | 27 |
| Binary | 11010 | 10 | 1110001 | 1001101 | 1100010 | 0 | 111000 | 11111101 | 1100001 | 10111 |
Color Harmonies of #1A0271
Complementary color
Monochromatic Colors of #1A0271
Black with #1A0271
Text Example
Text Example
White with #1A0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0271; }
p { color: rgb(26,2,113); }
H1.HeaderClassName
{
color: #1A0271;
}
.AnyTagClassName
{
color: #1A0271;
}
</style>
background-color css
<style>
a { background-color: #1A0271; }
a { background-color: rgb(26,2,113); }
div.DivClassName
{
background-color: #1A0271;
}
.BgClassName
{
background-color: #1A0271;
}
</style>
border-color css
<style>
span { border-color: #1A0271; }
span { border-color: rgb(26,2,113); }
td.TdClassName
{
border-color: #1A0271;
}
.TagClassName
{
border-color: #1A0271;
}
</style>