Shades of Midnight Blue #1A005E
Tints of Midnight Blue #1A005E
RGB
CMYK
RGB Variations
Color information
#1A005E (or 0x1A005E) is known color: Midnight Blue. HEX triplet: 1A, 00 and 5E. RGB value is (26,0,94). Sum of RGB (Red+Green+Blue) = 26+0+94=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A005E is #E5FFA1. Grayscale: #121212. Windows color (decimal): -15073186 or 6160410. OLE color: 6160410.
HSL color Cylindrical-coordinate representation of color #1A005E: hue angle of 256.6º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A005E is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 0 | 94 | - |
| CMYK | 0.72 | 1 | 0 | 0.63 |
| HSL | 256.6º | 1% | 0.18% | - |
| HSV(B) | 256.6º | 1% | 0.37% | - |
| XYZ | 2.45 | 1.03 | 10.66 | - |
| YUV | 18.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 94 | 0.72 | 1 | 0 | 0.63 | 256.6 | 1 | 0.18 |
| Hex | 1A | 0 | 5E | 48 | 64 | 0 | 3F | 101 | 64 | 12 |
| Octal | 32 | 0 | 136 | 110 | 144 | 0 | 77 | 401 | 144 | 22 |
| Binary | 11010 | 0 | 1011110 | 1001000 | 1100100 | 0 | 111111 | 100000001 | 1100100 | 10010 |
Color Harmonies of #1A005E
Complementary color
Monochromatic Colors of #1A005E
Black with #1A005E
Text Example
Text Example
White with #1A005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A005E; }
p { color: rgb(26,0,94); }
H1.HeaderClassName
{
color: #1A005E;
}
.AnyTagClassName
{
color: #1A005E;
}
</style>
background-color css
<style>
a { background-color: #1A005E; }
a { background-color: rgb(26,0,94); }
div.DivClassName
{
background-color: #1A005E;
}
.BgClassName
{
background-color: #1A005E;
}
</style>
border-color css
<style>
span { border-color: #1A005E; }
span { border-color: rgb(26,0,94); }
td.TdClassName
{
border-color: #1A005E;
}
.TagClassName
{
border-color: #1A005E;
}
</style>