Shades of Midnight Blue #1A155D
Tints of Midnight Blue #1A155D
RGB
CMYK
RGB Variations
Color information
#1A155D (or 0x1A155D) is known color: Midnight Blue. HEX triplet: 1A, 15 and 5D. RGB value is (26,21,93). Sum of RGB (Red+Green+Blue) = 26+21+93=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A155D is #E5EAA2. Grayscale: #1E1E1E. Windows color (decimal): -15067811 or 6100250. OLE color: 6100250.
HSL color Cylindrical-coordinate representation of color #1A155D: hue angle of 244.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A155D is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 21 | 93 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.64 |
| HSL | 244.17º | 0.63% | 0.22% | - |
| HSV(B) | 244.17º | 0.77% | 0.36% | - |
| XYZ | 2.67 | 1.55 | 10.51 | - |
| YUV | 30.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 93 | 0.72 | 0.77 | 0 | 0.64 | 244.17 | 0.63 | 0.22 |
| Hex | 1A | 15 | 5D | 48 | 4D | 0 | 40 | F4 | 3F | 16 |
| Octal | 32 | 25 | 135 | 110 | 115 | 0 | 100 | 364 | 77 | 26 |
| Binary | 11010 | 10101 | 1011101 | 1001000 | 1001101 | 0 | 1000000 | 11110100 | 111111 | 10110 |
Color Harmonies of #1A155D
Complementary color
Monochromatic Colors of #1A155D
Black with #1A155D
Text Example
Text Example
White with #1A155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A155D; }
p { color: rgb(26,21,93); }
H1.HeaderClassName
{
color: #1A155D;
}
.AnyTagClassName
{
color: #1A155D;
}
</style>
background-color css
<style>
a { background-color: #1A155D; }
a { background-color: rgb(26,21,93); }
div.DivClassName
{
background-color: #1A155D;
}
.BgClassName
{
background-color: #1A155D;
}
</style>
border-color css
<style>
span { border-color: #1A155D; }
span { border-color: rgb(26,21,93); }
td.TdClassName
{
border-color: #1A155D;
}
.TagClassName
{
border-color: #1A155D;
}
</style>