Shades of Midnight Blue #1A1D75
Tints of Midnight Blue #1A1D75
RGB
CMYK
RGB Variations
Color information
#1A1D75 (or 0x1A1D75) is known color: Midnight Blue. HEX triplet: 1A, 1D and 75. RGB value is (26,29,117). Sum of RGB (Red+Green+Blue) = 26+29+117=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A1D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1D75 is #E5E28A. Grayscale: #252525. Windows color (decimal): -15065739 or 7675162. OLE color: 7675162.
HSL color Cylindrical-coordinate representation of color #1A1D75: hue angle of 238.02º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A1D75 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 29 | 117 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.54 |
| HSL | 238.02º | 0.64% | 0.28% | - |
| HSV(B) | 238.02º | 0.78% | 0.46% | - |
| XYZ | 4.08 | 2.38 | 17.07 | - |
| YUV | 38.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 117 | 0.78 | 0.75 | 0 | 0.54 | 238.02 | 0.64 | 0.28 |
| Hex | 1A | 1D | 75 | 4E | 4B | 0 | 36 | EE | 40 | 1C |
| Octal | 32 | 35 | 165 | 116 | 113 | 0 | 66 | 356 | 100 | 34 |
| Binary | 11010 | 11101 | 1110101 | 1001110 | 1001011 | 0 | 110110 | 11101110 | 1000000 | 11100 |
Color Harmonies of #1A1D75
Complementary color
Monochromatic Colors of #1A1D75
Black with #1A1D75
Text Example
Text Example
White with #1A1D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D75; }
p { color: rgb(26,29,117); }
H1.HeaderClassName
{
color: #1A1D75;
}
.AnyTagClassName
{
color: #1A1D75;
}
</style>
background-color css
<style>
a { background-color: #1A1D75; }
a { background-color: rgb(26,29,117); }
div.DivClassName
{
background-color: #1A1D75;
}
.BgClassName
{
background-color: #1A1D75;
}
</style>
border-color css
<style>
span { border-color: #1A1D75; }
span { border-color: rgb(26,29,117); }
td.TdClassName
{
border-color: #1A1D75;
}
.TagClassName
{
border-color: #1A1D75;
}
</style>