Shades of Midnight Blue #1A2686
Tints of Midnight Blue #1A2686
RGB
CMYK
RGB Variations
Color information
#1A2686 (or 0x1A2686) is known color: Midnight Blue. HEX triplet: 1A, 26 and 86. RGB value is (26,38,134). Sum of RGB (Red+Green+Blue) = 26+38+134=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A2686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2686 is #E5D979. Grayscale: #2C2C2C. Windows color (decimal): -15063418 or 8791578. OLE color: 8791578.
HSL color Cylindrical-coordinate representation of color #1A2686: hue angle of 233.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2686 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 38 | 134 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.47 |
| HSL | 233.33º | 0.68% | 0.31% | - |
| HSV(B) | 233.33º | 0.81% | 0.53% | - |
| XYZ | 5.42 | 3.33 | 22.91 | - |
| YUV | 45.36 | 178.02 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 134 | 0.81 | 0.72 | 0 | 0.47 | 233.33 | 0.68 | 0.31 |
| Hex | 1A | 26 | 86 | 51 | 48 | 0 | 2F | E9 | 44 | 1F |
| Octal | 32 | 46 | 206 | 121 | 110 | 0 | 57 | 351 | 104 | 37 |
| Binary | 11010 | 100110 | 10000110 | 1010001 | 1001000 | 0 | 101111 | 11101001 | 1000100 | 11111 |
Color Harmonies of #1A2686
Complementary color
Monochromatic Colors of #1A2686
Black with #1A2686
Text Example
Text Example
White with #1A2686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2686; }
p { color: rgb(26,38,134); }
H1.HeaderClassName
{
color: #1A2686;
}
.AnyTagClassName
{
color: #1A2686;
}
</style>
background-color css
<style>
a { background-color: #1A2686; }
a { background-color: rgb(26,38,134); }
div.DivClassName
{
background-color: #1A2686;
}
.BgClassName
{
background-color: #1A2686;
}
</style>
border-color css
<style>
span { border-color: #1A2686; }
span { border-color: rgb(26,38,134); }
td.TdClassName
{
border-color: #1A2686;
}
.TagClassName
{
border-color: #1A2686;
}
</style>