Shades of Midnight Blue #1A1F5D
Tints of Midnight Blue #1A1F5D
RGB
CMYK
RGB Variations
Color information
#1A1F5D (or 0x1A1F5D) is known color: Midnight Blue. HEX triplet: 1A, 1F and 5D. RGB value is (26,31,93). Sum of RGB (Red+Green+Blue) = 26+31+93=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A1F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1F5D is #E5E0A2. Grayscale: #242424. Windows color (decimal): -15065251 or 6102810. OLE color: 6102810.
HSL color Cylindrical-coordinate representation of color #1A1F5D: hue angle of 235.52º 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 #1A1F5D is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 31 | 93 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.64 |
| HSL | 235.52º | 0.56% | 0.23% | - |
| HSV(B) | 235.52º | 0.72% | 0.36% | - |
| XYZ | 2.89 | 1.99 | 10.59 | - |
| YUV | 36.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 93 | 0.72 | 0.67 | 0 | 0.64 | 235.52 | 0.56 | 0.23 |
| Hex | 1A | 1F | 5D | 48 | 43 | 0 | 40 | EC | 38 | 17 |
| Octal | 32 | 37 | 135 | 110 | 103 | 0 | 100 | 354 | 70 | 27 |
| Binary | 11010 | 11111 | 1011101 | 1001000 | 1000011 | 0 | 1000000 | 11101100 | 111000 | 10111 |
Color Harmonies of #1A1F5D
Complementary color
Monochromatic Colors of #1A1F5D
Black with #1A1F5D
Text Example
Text Example
White with #1A1F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1F5D; }
p { color: rgb(26,31,93); }
H1.HeaderClassName
{
color: #1A1F5D;
}
.AnyTagClassName
{
color: #1A1F5D;
}
</style>
background-color css
<style>
a { background-color: #1A1F5D; }
a { background-color: rgb(26,31,93); }
div.DivClassName
{
background-color: #1A1F5D;
}
.BgClassName
{
background-color: #1A1F5D;
}
</style>
border-color css
<style>
span { border-color: #1A1F5D; }
span { border-color: rgb(26,31,93); }
td.TdClassName
{
border-color: #1A1F5D;
}
.TagClassName
{
border-color: #1A1F5D;
}
</style>