Shades of Midnight Blue #1A0463
Tints of Midnight Blue #1A0463
RGB
CMYK
RGB Variations
Color information
#1A0463 (or 0x1A0463) is known color: Midnight Blue. HEX triplet: 1A, 04 and 63. RGB value is (26,4,99). Sum of RGB (Red+Green+Blue) = 26+4+99=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 99 (39.06% from 255 or 76.74% from 129); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A0463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0463 is #E5FB9C. Grayscale: #151515. Windows color (decimal): -15072157 or 6489114. OLE color: 6489114.
HSL color Cylindrical-coordinate representation of color #1A0463: hue angle of 253.89º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0463 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 4 | 99 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.61 |
| HSL | 253.89º | 0.92% | 0.2% | - |
| HSV(B) | 253.89º | 0.96% | 0.39% | - |
| XYZ | 2.72 | 1.21 | 11.89 | - |
| YUV | 21.41 | 171.79 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 99 | 0.74 | 0.96 | 0 | 0.61 | 253.89 | 0.92 | 0.2 |
| Hex | 1A | 4 | 63 | 4A | 60 | 0 | 3D | FE | 5C | 14 |
| Octal | 32 | 4 | 143 | 112 | 140 | 0 | 75 | 376 | 134 | 24 |
| Binary | 11010 | 100 | 1100011 | 1001010 | 1100000 | 0 | 111101 | 11111110 | 1011100 | 10100 |
Color Harmonies of #1A0463
Complementary color
Monochromatic Colors of #1A0463
Black with #1A0463
Text Example
Text Example
White with #1A0463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0463; }
p { color: rgb(26,4,99); }
H1.HeaderClassName
{
color: #1A0463;
}
.AnyTagClassName
{
color: #1A0463;
}
</style>
background-color css
<style>
a { background-color: #1A0463; }
a { background-color: rgb(26,4,99); }
div.DivClassName
{
background-color: #1A0463;
}
.BgClassName
{
background-color: #1A0463;
}
</style>
border-color css
<style>
span { border-color: #1A0463; }
span { border-color: rgb(26,4,99); }
td.TdClassName
{
border-color: #1A0463;
}
.TagClassName
{
border-color: #1A0463;
}
</style>