Shades of Midnight Blue #1A0670
Tints of Midnight Blue #1A0670
RGB
CMYK
RGB Variations
Color information
#1A0670 (or 0x1A0670) is known color: Midnight Blue. HEX triplet: 1A, 06 and 70. RGB value is (26,6,112). Sum of RGB (Red+Green+Blue) = 26+6+112=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A0670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0670 is #E5F98F. Grayscale: #171717. Windows color (decimal): -15071632 or 7341594. OLE color: 7341594.
HSL color Cylindrical-coordinate representation of color #1A0670: hue angle of 251.32º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0670 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 6 | 112 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.56 |
| HSL | 251.32º | 0.9% | 0.23% | - |
| HSV(B) | 251.32º | 0.95% | 0.44% | - |
| XYZ | 3.42 | 1.52 | 15.44 | - |
| YUV | 24.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 112 | 0.77 | 0.95 | 0 | 0.56 | 251.32 | 0.9 | 0.23 |
| Hex | 1A | 6 | 70 | 4D | 5F | 0 | 38 | FB | 5A | 17 |
| Octal | 32 | 6 | 160 | 115 | 137 | 0 | 70 | 373 | 132 | 27 |
| Binary | 11010 | 110 | 1110000 | 1001101 | 1011111 | 0 | 111000 | 11111011 | 1011010 | 10111 |
Color Harmonies of #1A0670
Complementary color
Monochromatic Colors of #1A0670
Black with #1A0670
Text Example
Text Example
White with #1A0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0670; }
p { color: rgb(26,6,112); }
H1.HeaderClassName
{
color: #1A0670;
}
.AnyTagClassName
{
color: #1A0670;
}
</style>
background-color css
<style>
a { background-color: #1A0670; }
a { background-color: rgb(26,6,112); }
div.DivClassName
{
background-color: #1A0670;
}
.BgClassName
{
background-color: #1A0670;
}
</style>
border-color css
<style>
span { border-color: #1A0670; }
span { border-color: rgb(26,6,112); }
td.TdClassName
{
border-color: #1A0670;
}
.TagClassName
{
border-color: #1A0670;
}
</style>