Shades of Midnight Blue #1A116C
Tints of Midnight Blue #1A116C
RGB
CMYK
RGB Variations
Color information
#1A116C (or 0x1A116C) is known color: Midnight Blue. HEX triplet: 1A, 11 and 6C. RGB value is (26,17,108). Sum of RGB (Red+Green+Blue) = 26+17+108=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A116C is #E5EE93. Grayscale: #1D1D1D. Windows color (decimal): -15068820 or 7082266. OLE color: 7082266.
HSL color Cylindrical-coordinate representation of color #1A116C: hue angle of 245.93º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A116C is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 17 | 108 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.58 |
| HSL | 245.93º | 0.73% | 0.25% | - |
| HSV(B) | 245.93º | 0.84% | 0.42% | - |
| XYZ | 3.33 | 1.7 | 14.34 | - |
| YUV | 30.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 108 | 0.76 | 0.84 | 0 | 0.58 | 245.93 | 0.73 | 0.25 |
| Hex | 1A | 11 | 6C | 4C | 54 | 0 | 3A | F6 | 49 | 19 |
| Octal | 32 | 21 | 154 | 114 | 124 | 0 | 72 | 366 | 111 | 31 |
| Binary | 11010 | 10001 | 1101100 | 1001100 | 1010100 | 0 | 111010 | 11110110 | 1001001 | 11001 |
Color Harmonies of #1A116C
Complementary color
Monochromatic Colors of #1A116C
Black with #1A116C
Text Example
Text Example
White with #1A116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A116C; }
p { color: rgb(26,17,108); }
H1.HeaderClassName
{
color: #1A116C;
}
.AnyTagClassName
{
color: #1A116C;
}
</style>
background-color css
<style>
a { background-color: #1A116C; }
a { background-color: rgb(26,17,108); }
div.DivClassName
{
background-color: #1A116C;
}
.BgClassName
{
background-color: #1A116C;
}
</style>
border-color css
<style>
span { border-color: #1A116C; }
span { border-color: rgb(26,17,108); }
td.TdClassName
{
border-color: #1A116C;
}
.TagClassName
{
border-color: #1A116C;
}
</style>