Shades of Midnight Blue #1A0469
Tints of Midnight Blue #1A0469
RGB
CMYK
RGB Variations
Color information
#1A0469 (or 0x1A0469) is known color: Midnight Blue. HEX triplet: 1A, 04 and 69. RGB value is (26,4,105). Sum of RGB (Red+Green+Blue) = 26+4+105=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 105 (41.41% from 255 or 77.78% from 135); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A0469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0469 is #E5FB96. Grayscale: #151515. Windows color (decimal): -15072151 or 6882330. OLE color: 6882330.
HSL color Cylindrical-coordinate representation of color #1A0469: hue angle of 253.07º 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 #1A0469 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 4 | 105 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.59 |
| HSL | 253.07º | 0.93% | 0.21% | - |
| HSV(B) | 253.07º | 0.96% | 0.41% | - |
| XYZ | 3.02 | 1.33 | 13.46 | - |
| YUV | 22.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 105 | 0.75 | 0.96 | 0 | 0.59 | 253.07 | 0.93 | 0.21 |
| Hex | 1A | 4 | 69 | 4B | 60 | 0 | 3B | FD | 5D | 15 |
| Octal | 32 | 4 | 151 | 113 | 140 | 0 | 73 | 375 | 135 | 25 |
| Binary | 11010 | 100 | 1101001 | 1001011 | 1100000 | 0 | 111011 | 11111101 | 1011101 | 10101 |
Color Harmonies of #1A0469
Complementary color
Monochromatic Colors of #1A0469
Black with #1A0469
Text Example
Text Example
White with #1A0469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0469; }
p { color: rgb(26,4,105); }
H1.HeaderClassName
{
color: #1A0469;
}
.AnyTagClassName
{
color: #1A0469;
}
</style>
background-color css
<style>
a { background-color: #1A0469; }
a { background-color: rgb(26,4,105); }
div.DivClassName
{
background-color: #1A0469;
}
.BgClassName
{
background-color: #1A0469;
}
</style>
border-color css
<style>
span { border-color: #1A0469; }
span { border-color: rgb(26,4,105); }
td.TdClassName
{
border-color: #1A0469;
}
.TagClassName
{
border-color: #1A0469;
}
</style>