Shades of Midnight Blue #1A076F
Tints of Midnight Blue #1A076F
RGB
CMYK
RGB Variations
Color information
#1A076F (or 0x1A076F) is known color: Midnight Blue. HEX triplet: 1A, 07 and 6F. RGB value is (26,7,111). Sum of RGB (Red+Green+Blue) = 26+7+111=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A076F is #E5F890. Grayscale: #181818. Windows color (decimal): -15071377 or 7276314. OLE color: 7276314.
HSL color Cylindrical-coordinate representation of color #1A076F: hue angle of 250.96º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A076F is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 7 | 111 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.56 |
| HSL | 250.96º | 0.88% | 0.23% | - |
| HSV(B) | 250.96º | 0.94% | 0.44% | - |
| XYZ | 3.37 | 1.52 | 15.15 | - |
| YUV | 24.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 111 | 0.77 | 0.94 | 0 | 0.56 | 250.96 | 0.88 | 0.23 |
| Hex | 1A | 7 | 6F | 4D | 5E | 0 | 38 | FB | 58 | 17 |
| Octal | 32 | 7 | 157 | 115 | 136 | 0 | 70 | 373 | 130 | 27 |
| Binary | 11010 | 111 | 1101111 | 1001101 | 1011110 | 0 | 111000 | 11111011 | 1011000 | 10111 |
Color Harmonies of #1A076F
Complementary color
Monochromatic Colors of #1A076F
Black with #1A076F
Text Example
Text Example
White with #1A076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A076F; }
p { color: rgb(26,7,111); }
H1.HeaderClassName
{
color: #1A076F;
}
.AnyTagClassName
{
color: #1A076F;
}
</style>
background-color css
<style>
a { background-color: #1A076F; }
a { background-color: rgb(26,7,111); }
div.DivClassName
{
background-color: #1A076F;
}
.BgClassName
{
background-color: #1A076F;
}
</style>
border-color css
<style>
span { border-color: #1A076F; }
span { border-color: rgb(26,7,111); }
td.TdClassName
{
border-color: #1A076F;
}
.TagClassName
{
border-color: #1A076F;
}
</style>