Shades of Midnight Blue #1A1E65
Tints of Midnight Blue #1A1E65
RGB
CMYK
RGB Variations
Color information
#1A1E65 (or 0x1A1E65) is known color: Midnight Blue. HEX triplet: 1A, 1E and 65. RGB value is (26,30,101). Sum of RGB (Red+Green+Blue) = 26+30+101=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A1E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1E65 is #E5E19A. Grayscale: #242424. Windows color (decimal): -15065499 or 6626842. OLE color: 6626842.
HSL color Cylindrical-coordinate representation of color #1A1E65: hue angle of 236.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1E65 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 30 | 101 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.60 |
| HSL | 236.8º | 0.59% | 0.25% | - |
| HSV(B) | 236.8º | 0.74% | 0.4% | - |
| XYZ | 3.24 | 2.09 | 12.54 | - |
| YUV | 36.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 101 | 0.74 | 0.70 | 0 | 0.60 | 236.8 | 0.59 | 0.25 |
| Hex | 1A | 1E | 65 | 4A | 46 | 0 | 3C | ED | 3B | 19 |
| Octal | 32 | 36 | 145 | 112 | 106 | 0 | 74 | 355 | 73 | 31 |
| Binary | 11010 | 11110 | 1100101 | 1001010 | 1000110 | 0 | 111100 | 11101101 | 111011 | 11001 |
Color Harmonies of #1A1E65
Complementary color
Monochromatic Colors of #1A1E65
Black with #1A1E65
Text Example
Text Example
White with #1A1E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E65; }
p { color: rgb(26,30,101); }
H1.HeaderClassName
{
color: #1A1E65;
}
.AnyTagClassName
{
color: #1A1E65;
}
</style>
background-color css
<style>
a { background-color: #1A1E65; }
a { background-color: rgb(26,30,101); }
div.DivClassName
{
background-color: #1A1E65;
}
.BgClassName
{
background-color: #1A1E65;
}
</style>
border-color css
<style>
span { border-color: #1A1E65; }
span { border-color: rgb(26,30,101); }
td.TdClassName
{
border-color: #1A1E65;
}
.TagClassName
{
border-color: #1A1E65;
}
</style>