Shades of Midnight Blue #1A005F
Tints of Midnight Blue #1A005F
RGB
CMYK
RGB Variations
Color information
#1A005F (or 0x1A005F) is known color: Midnight Blue. HEX triplet: 1A, 00 and 5F. RGB value is (26,0,95). Sum of RGB (Red+Green+Blue) = 26+0+95=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 95 (37.5% from 255 or 78.51% from 121); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A005F is #E5FFA0. Grayscale: #121212. Windows color (decimal): -15073185 or 6225946. OLE color: 6225946.
HSL color Cylindrical-coordinate representation of color #1A005F: hue angle of 256.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A005F is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 0 | 95 | - |
| CMYK | 0.73 | 1 | 0 | 0.63 |
| HSL | 256.42º | 1% | 0.19% | - |
| HSV(B) | 256.42º | 1% | 0.37% | - |
| XYZ | 2.49 | 1.05 | 10.9 | - |
| YUV | 18.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 95 | 0.73 | 1 | 0 | 0.63 | 256.42 | 1 | 0.19 |
| Hex | 1A | 0 | 5F | 49 | 64 | 0 | 3F | 100 | 64 | 13 |
| Octal | 32 | 0 | 137 | 111 | 144 | 0 | 77 | 400 | 144 | 23 |
| Binary | 11010 | 0 | 1011111 | 1001001 | 1100100 | 0 | 111111 | 100000000 | 1100100 | 10011 |
Color Harmonies of #1A005F
Complementary color
Monochromatic Colors of #1A005F
Black with #1A005F
Text Example
Text Example
White with #1A005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A005F; }
p { color: rgb(26,0,95); }
H1.HeaderClassName
{
color: #1A005F;
}
.AnyTagClassName
{
color: #1A005F;
}
</style>
background-color css
<style>
a { background-color: #1A005F; }
a { background-color: rgb(26,0,95); }
div.DivClassName
{
background-color: #1A005F;
}
.BgClassName
{
background-color: #1A005F;
}
</style>
border-color css
<style>
span { border-color: #1A005F; }
span { border-color: rgb(26,0,95); }
td.TdClassName
{
border-color: #1A005F;
}
.TagClassName
{
border-color: #1A005F;
}
</style>