Shades of Midnight Blue #1A0061
Tints of Midnight Blue #1A0061
RGB
CMYK
RGB Variations
Color information
#1A0061 (or 0x1A0061) is known color: Midnight Blue. HEX triplet: 1A, 00 and 61. RGB value is (26,0,97). Sum of RGB (Red+Green+Blue) = 26+0+97=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0061 is #E5FF9E. Grayscale: #121212. Windows color (decimal): -15073183 or 6357018. OLE color: 6357018.
HSL color Cylindrical-coordinate representation of color #1A0061: hue angle of 256.08º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0061 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 0 | 97 | - |
| CMYK | 0.73 | 1 | 0 | 0.62 |
| HSL | 256.08º | 1% | 0.19% | - |
| HSV(B) | 256.08º | 1% | 0.38% | - |
| XYZ | 2.58 | 1.08 | 11.38 | - |
| YUV | 18.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 97 | 0.73 | 1 | 0 | 0.62 | 256.08 | 1 | 0.19 |
| Hex | 1A | 0 | 61 | 49 | 64 | 0 | 3E | 100 | 64 | 13 |
| Octal | 32 | 0 | 141 | 111 | 144 | 0 | 76 | 400 | 144 | 23 |
| Binary | 11010 | 0 | 1100001 | 1001001 | 1100100 | 0 | 111110 | 100000000 | 1100100 | 10011 |
Color Harmonies of #1A0061
Complementary color
Monochromatic Colors of #1A0061
Black with #1A0061
Text Example
Text Example
White with #1A0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0061; }
p { color: rgb(26,0,97); }
H1.HeaderClassName
{
color: #1A0061;
}
.AnyTagClassName
{
color: #1A0061;
}
</style>
background-color css
<style>
a { background-color: #1A0061; }
a { background-color: rgb(26,0,97); }
div.DivClassName
{
background-color: #1A0061;
}
.BgClassName
{
background-color: #1A0061;
}
</style>
border-color css
<style>
span { border-color: #1A0061; }
span { border-color: rgb(26,0,97); }
td.TdClassName
{
border-color: #1A0061;
}
.TagClassName
{
border-color: #1A0061;
}
</style>