Shades of Midnight Blue #1A046C
Tints of Midnight Blue #1A046C
RGB
CMYK
RGB Variations
Color information
#1A046C (or 0x1A046C) is known color: Midnight Blue. HEX triplet: 1A, 04 and 6C. RGB value is (26,4,108). Sum of RGB (Red+Green+Blue) = 26+4+108=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 108 (42.58% from 255 or 78.26% from 138); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A046C is #E5FB93. Grayscale: #161616. Windows color (decimal): -15072148 or 7078938. OLE color: 7078938.
HSL color Cylindrical-coordinate representation of color #1A046C: hue angle of 252.69º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A046C is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 4 | 108 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.58 |
| HSL | 252.69º | 0.93% | 0.22% | - |
| HSV(B) | 252.69º | 0.96% | 0.42% | - |
| XYZ | 3.18 | 1.39 | 14.29 | - |
| YUV | 22.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 108 | 0.76 | 0.96 | 0 | 0.58 | 252.69 | 0.93 | 0.22 |
| Hex | 1A | 4 | 6C | 4C | 60 | 0 | 3A | FD | 5D | 16 |
| Octal | 32 | 4 | 154 | 114 | 140 | 0 | 72 | 375 | 135 | 26 |
| Binary | 11010 | 100 | 1101100 | 1001100 | 1100000 | 0 | 111010 | 11111101 | 1011101 | 10110 |
Color Harmonies of #1A046C
Complementary color
Monochromatic Colors of #1A046C
Black with #1A046C
Text Example
Text Example
White with #1A046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A046C; }
p { color: rgb(26,4,108); }
H1.HeaderClassName
{
color: #1A046C;
}
.AnyTagClassName
{
color: #1A046C;
}
</style>
background-color css
<style>
a { background-color: #1A046C; }
a { background-color: rgb(26,4,108); }
div.DivClassName
{
background-color: #1A046C;
}
.BgClassName
{
background-color: #1A046C;
}
</style>
border-color css
<style>
span { border-color: #1A046C; }
span { border-color: rgb(26,4,108); }
td.TdClassName
{
border-color: #1A046C;
}
.TagClassName
{
border-color: #1A046C;
}
</style>