Shades of Midnight Blue #1A1D5D
Tints of Midnight Blue #1A1D5D
RGB
CMYK
RGB Variations
Color information
#1A1D5D (or 0x1A1D5D) is known color: Midnight Blue. HEX triplet: 1A, 1D and 5D. RGB value is (26,29,93). Sum of RGB (Red+Green+Blue) = 26+29+93=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A1D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1D5D is #E5E2A2. Grayscale: #232323. Windows color (decimal): -15065763 or 6102298. OLE color: 6102298.
HSL color Cylindrical-coordinate representation of color #1A1D5D: hue angle of 237.31º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A1D5D is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 29 | 93 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.64 |
| HSL | 237.31º | 0.56% | 0.23% | - |
| HSV(B) | 237.31º | 0.72% | 0.36% | - |
| XYZ | 2.84 | 1.89 | 10.57 | - |
| YUV | 35.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 93 | 0.72 | 0.69 | 0 | 0.64 | 237.31 | 0.56 | 0.23 |
| Hex | 1A | 1D | 5D | 48 | 45 | 0 | 40 | ED | 38 | 17 |
| Octal | 32 | 35 | 135 | 110 | 105 | 0 | 100 | 355 | 70 | 27 |
| Binary | 11010 | 11101 | 1011101 | 1001000 | 1000101 | 0 | 1000000 | 11101101 | 111000 | 10111 |
Color Harmonies of #1A1D5D
Complementary color
Monochromatic Colors of #1A1D5D
Black with #1A1D5D
Text Example
Text Example
White with #1A1D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D5D; }
p { color: rgb(26,29,93); }
H1.HeaderClassName
{
color: #1A1D5D;
}
.AnyTagClassName
{
color: #1A1D5D;
}
</style>
background-color css
<style>
a { background-color: #1A1D5D; }
a { background-color: rgb(26,29,93); }
div.DivClassName
{
background-color: #1A1D5D;
}
.BgClassName
{
background-color: #1A1D5D;
}
</style>
border-color css
<style>
span { border-color: #1A1D5D; }
span { border-color: rgb(26,29,93); }
td.TdClassName
{
border-color: #1A1D5D;
}
.TagClassName
{
border-color: #1A1D5D;
}
</style>