Shades of Midnight Blue #1A005D
Tints of Midnight Blue #1A005D
RGB
CMYK
RGB Variations
Color information
#1A005D (or 0x1A005D) is known color: Midnight Blue. HEX triplet: 1A, 00 and 5D. RGB value is (26,0,93). Sum of RGB (Red+Green+Blue) = 26+0+93=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A005D is #E5FFA2. Grayscale: #121212. Windows color (decimal): -15073187 or 6094874. OLE color: 6094874.
HSL color Cylindrical-coordinate representation of color #1A005D: hue angle of 256.77º 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 #1A005D is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 0 | 93 | - |
| CMYK | 0.72 | 1 | 0 | 0.64 |
| HSL | 256.77º | 1% | 0.18% | - |
| HSV(B) | 256.77º | 1% | 0.36% | - |
| XYZ | 2.4 | 1.01 | 10.42 | - |
| YUV | 18.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 93 | 0.72 | 1 | 0 | 0.64 | 256.77 | 1 | 0.18 |
| Hex | 1A | 0 | 5D | 48 | 64 | 0 | 40 | 101 | 64 | 12 |
| Octal | 32 | 0 | 135 | 110 | 144 | 0 | 100 | 401 | 144 | 22 |
| Binary | 11010 | 0 | 1011101 | 1001000 | 1100100 | 0 | 1000000 | 100000001 | 1100100 | 10010 |
Color Harmonies of #1A005D
Complementary color
Monochromatic Colors of #1A005D
Black with #1A005D
Text Example
Text Example
White with #1A005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A005D; }
p { color: rgb(26,0,93); }
H1.HeaderClassName
{
color: #1A005D;
}
.AnyTagClassName
{
color: #1A005D;
}
</style>
background-color css
<style>
a { background-color: #1A005D; }
a { background-color: rgb(26,0,93); }
div.DivClassName
{
background-color: #1A005D;
}
.BgClassName
{
background-color: #1A005D;
}
</style>
border-color css
<style>
span { border-color: #1A005D; }
span { border-color: rgb(26,0,93); }
td.TdClassName
{
border-color: #1A005D;
}
.TagClassName
{
border-color: #1A005D;
}
</style>