Shades of Midnight Blue #1A0468
Tints of Midnight Blue #1A0468
RGB
CMYK
RGB Variations
Color information
#1A0468 (or 0x1A0468) is known color: Midnight Blue. HEX triplet: 1A, 04 and 68. RGB value is (26,4,104). Sum of RGB (Red+Green+Blue) = 26+4+104=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A0468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0468 is #E5FB97. Grayscale: #151515. Windows color (decimal): -15072152 or 6816794. OLE color: 6816794.
HSL color Cylindrical-coordinate representation of color #1A0468: hue angle of 253.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0468 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 4 | 104 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.59 |
| HSL | 253.2º | 0.93% | 0.21% | - |
| HSV(B) | 253.2º | 0.96% | 0.41% | - |
| XYZ | 2.97 | 1.31 | 13.19 | - |
| YUV | 21.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 104 | 0.75 | 0.96 | 0 | 0.59 | 253.2 | 0.93 | 0.21 |
| Hex | 1A | 4 | 68 | 4B | 60 | 0 | 3B | FD | 5D | 15 |
| Octal | 32 | 4 | 150 | 113 | 140 | 0 | 73 | 375 | 135 | 25 |
| Binary | 11010 | 100 | 1101000 | 1001011 | 1100000 | 0 | 111011 | 11111101 | 1011101 | 10101 |
Color Harmonies of #1A0468
Complementary color
Monochromatic Colors of #1A0468
Black with #1A0468
Text Example
Text Example
White with #1A0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0468; }
p { color: rgb(26,4,104); }
H1.HeaderClassName
{
color: #1A0468;
}
.AnyTagClassName
{
color: #1A0468;
}
</style>
background-color css
<style>
a { background-color: #1A0468; }
a { background-color: rgb(26,4,104); }
div.DivClassName
{
background-color: #1A0468;
}
.BgClassName
{
background-color: #1A0468;
}
</style>
border-color css
<style>
span { border-color: #1A0468; }
span { border-color: rgb(26,4,104); }
td.TdClassName
{
border-color: #1A0468;
}
.TagClassName
{
border-color: #1A0468;
}
</style>