Shades of Midnight Blue #1A2781
Tints of Midnight Blue #1A2781
RGB
CMYK
RGB Variations
Color information
#1A2781 (or 0x1A2781) is known color: Midnight Blue. HEX triplet: 1A, 27 and 81. RGB value is (26,39,129). Sum of RGB (Red+Green+Blue) = 26+39+129=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #1A2781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2781 is #E5D87E. Grayscale: #2D2D2D. Windows color (decimal): -15063167 or 8464154. OLE color: 8464154.
HSL color Cylindrical-coordinate representation of color #1A2781: hue angle of 232.43º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A2781 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 39 | 129 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.49 |
| HSL | 232.43º | 0.66% | 0.3% | - |
| HSV(B) | 232.43º | 0.8% | 0.51% | - |
| XYZ | 5.11 | 3.26 | 21.13 | - |
| YUV | 45.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 129 | 0.80 | 0.70 | 0 | 0.49 | 232.43 | 0.66 | 0.3 |
| Hex | 1A | 27 | 81 | 50 | 46 | 0 | 31 | E8 | 42 | 1E |
| Octal | 32 | 47 | 201 | 120 | 106 | 0 | 61 | 350 | 102 | 36 |
| Binary | 11010 | 100111 | 10000001 | 1010000 | 1000110 | 0 | 110001 | 11101000 | 1000010 | 11110 |
Color Harmonies of #1A2781
Complementary color
Monochromatic Colors of #1A2781
Black with #1A2781
Text Example
Text Example
White with #1A2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2781; }
p { color: rgb(26,39,129); }
H1.HeaderClassName
{
color: #1A2781;
}
.AnyTagClassName
{
color: #1A2781;
}
</style>
background-color css
<style>
a { background-color: #1A2781; }
a { background-color: rgb(26,39,129); }
div.DivClassName
{
background-color: #1A2781;
}
.BgClassName
{
background-color: #1A2781;
}
</style>
border-color css
<style>
span { border-color: #1A2781; }
span { border-color: rgb(26,39,129); }
td.TdClassName
{
border-color: #1A2781;
}
.TagClassName
{
border-color: #1A2781;
}
</style>