Shades of Midnight Blue #1A005B
Tints of Midnight Blue #1A005B
RGB
CMYK
RGB Variations
Color information
#1A005B (or 0x1A005B) is known color: Midnight Blue. HEX triplet: 1A, 00 and 5B. RGB value is (26,0,91). Sum of RGB (Red+Green+Blue) = 26+0+91=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A005B is #E5FFA4. Grayscale: #111111. Windows color (decimal): -15073189 or 5963802. OLE color: 5963802.
HSL color Cylindrical-coordinate representation of color #1A005B: hue angle of 257.14º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A005B is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 0 | 91 | - |
| CMYK | 0.71 | 1 | 0 | 0.64 |
| HSL | 257.14º | 1% | 0.18% | - |
| HSV(B) | 257.14º | 1% | 0.36% | - |
| XYZ | 2.31 | 0.97 | 9.96 | - |
| YUV | 18.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 91 | 0.71 | 1 | 0 | 0.64 | 257.14 | 1 | 0.18 |
| Hex | 1A | 0 | 5B | 47 | 64 | 0 | 40 | 101 | 64 | 12 |
| Octal | 32 | 0 | 133 | 107 | 144 | 0 | 100 | 401 | 144 | 22 |
| Binary | 11010 | 0 | 1011011 | 1000111 | 1100100 | 0 | 1000000 | 100000001 | 1100100 | 10010 |
Color Harmonies of #1A005B
Complementary color
Monochromatic Colors of #1A005B
Black with #1A005B
Text Example
Text Example
White with #1A005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A005B; }
p { color: rgb(26,0,91); }
H1.HeaderClassName
{
color: #1A005B;
}
.AnyTagClassName
{
color: #1A005B;
}
</style>
background-color css
<style>
a { background-color: #1A005B; }
a { background-color: rgb(26,0,91); }
div.DivClassName
{
background-color: #1A005B;
}
.BgClassName
{
background-color: #1A005B;
}
</style>
border-color css
<style>
span { border-color: #1A005B; }
span { border-color: rgb(26,0,91); }
td.TdClassName
{
border-color: #1A005B;
}
.TagClassName
{
border-color: #1A005B;
}
</style>