Shades of Midnight Blue #1A2E7C
Tints of Midnight Blue #1A2E7C
RGB
CMYK
RGB Variations
Color information
#1A2E7C (or 0x1A2E7C) is known color: Midnight Blue. HEX triplet: 1A, 2E and 7C. RGB value is (26,46,124). Sum of RGB (Red+Green+Blue) = 26+46+124=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A2E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2E7C is #E5D183. Grayscale: #303030. Windows color (decimal): -15061380 or 8138266. OLE color: 8138266.
HSL color Cylindrical-coordinate representation of color #1A2E7C: hue angle of 227.76º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A2E7C is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 46 | 124 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.51 |
| HSL | 227.76º | 0.65% | 0.29% | - |
| HSV(B) | 227.76º | 0.79% | 0.49% | - |
| XYZ | 5.04 | 3.63 | 19.5 | - |
| YUV | 48.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 124 | 0.79 | 0.63 | 0 | 0.51 | 227.76 | 0.65 | 0.29 |
| Hex | 1A | 2E | 7C | 4F | 3F | 0 | 33 | E4 | 41 | 1D |
| Octal | 32 | 56 | 174 | 117 | 77 | 0 | 63 | 344 | 101 | 35 |
| Binary | 11010 | 101110 | 1111100 | 1001111 | 111111 | 0 | 110011 | 11100100 | 1000001 | 11101 |
Color Harmonies of #1A2E7C
Complementary color
Monochromatic Colors of #1A2E7C
Black with #1A2E7C
Text Example
Text Example
White with #1A2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E7C; }
p { color: rgb(26,46,124); }
H1.HeaderClassName
{
color: #1A2E7C;
}
.AnyTagClassName
{
color: #1A2E7C;
}
</style>
background-color css
<style>
a { background-color: #1A2E7C; }
a { background-color: rgb(26,46,124); }
div.DivClassName
{
background-color: #1A2E7C;
}
.BgClassName
{
background-color: #1A2E7C;
}
</style>
border-color css
<style>
span { border-color: #1A2E7C; }
span { border-color: rgb(26,46,124); }
td.TdClassName
{
border-color: #1A2E7C;
}
.TagClassName
{
border-color: #1A2E7C;
}
</style>