Shades of Midnight Blue #1A0461
Tints of Midnight Blue #1A0461
RGB
CMYK
RGB Variations
Color information
#1A0461 (or 0x1A0461) is known color: Midnight Blue. HEX triplet: 1A, 04 and 61. RGB value is (26,4,97). Sum of RGB (Red+Green+Blue) = 26+4+97=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A0461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0461 is #E5FB9E. Grayscale: #141414. Windows color (decimal): -15072159 or 6358042. OLE color: 6358042.
HSL color Cylindrical-coordinate representation of color #1A0461: hue angle of 254.19º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0461 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 4 | 97 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.62 |
| HSL | 254.19º | 0.92% | 0.2% | - |
| HSV(B) | 254.19º | 0.96% | 0.38% | - |
| XYZ | 2.63 | 1.17 | 11.4 | - |
| YUV | 21.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 97 | 0.73 | 0.96 | 0 | 0.62 | 254.19 | 0.92 | 0.2 |
| Hex | 1A | 4 | 61 | 49 | 60 | 0 | 3E | FE | 5C | 14 |
| Octal | 32 | 4 | 141 | 111 | 140 | 0 | 76 | 376 | 134 | 24 |
| Binary | 11010 | 100 | 1100001 | 1001001 | 1100000 | 0 | 111110 | 11111110 | 1011100 | 10100 |
Color Harmonies of #1A0461
Complementary color
Monochromatic Colors of #1A0461
Black with #1A0461
Text Example
Text Example
White with #1A0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0461; }
p { color: rgb(26,4,97); }
H1.HeaderClassName
{
color: #1A0461;
}
.AnyTagClassName
{
color: #1A0461;
}
</style>
background-color css
<style>
a { background-color: #1A0461; }
a { background-color: rgb(26,4,97); }
div.DivClassName
{
background-color: #1A0461;
}
.BgClassName
{
background-color: #1A0461;
}
</style>
border-color css
<style>
span { border-color: #1A0461; }
span { border-color: rgb(26,4,97); }
td.TdClassName
{
border-color: #1A0461;
}
.TagClassName
{
border-color: #1A0461;
}
</style>