Shades of Midnight Blue #1A096B
Tints of Midnight Blue #1A096B
RGB
CMYK
RGB Variations
Color information
#1A096B (or 0x1A096B) is known color: Midnight Blue. HEX triplet: 1A, 09 and 6B. RGB value is (26,9,107). Sum of RGB (Red+Green+Blue) = 26+9+107=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 107 (42.19% from 255 or 75.35% from 142); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A096B is #E5F694. Grayscale: #181818. Windows color (decimal): -15070869 or 7014682. OLE color: 7014682.
HSL color Cylindrical-coordinate representation of color #1A096B: hue angle of 250.41º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A096B is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 9 | 107 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.58 |
| HSL | 250.41º | 0.84% | 0.23% | - |
| HSV(B) | 250.41º | 0.92% | 0.42% | - |
| XYZ | 3.18 | 1.48 | 14.03 | - |
| YUV | 25.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 107 | 0.76 | 0.92 | 0 | 0.58 | 250.41 | 0.84 | 0.23 |
| Hex | 1A | 9 | 6B | 4C | 5C | 0 | 3A | FA | 54 | 17 |
| Octal | 32 | 11 | 153 | 114 | 134 | 0 | 72 | 372 | 124 | 27 |
| Binary | 11010 | 1001 | 1101011 | 1001100 | 1011100 | 0 | 111010 | 11111010 | 1010100 | 10111 |
Color Harmonies of #1A096B
Complementary color
Monochromatic Colors of #1A096B
Black with #1A096B
Text Example
Text Example
White with #1A096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A096B; }
p { color: rgb(26,9,107); }
H1.HeaderClassName
{
color: #1A096B;
}
.AnyTagClassName
{
color: #1A096B;
}
</style>
background-color css
<style>
a { background-color: #1A096B; }
a { background-color: rgb(26,9,107); }
div.DivClassName
{
background-color: #1A096B;
}
.BgClassName
{
background-color: #1A096B;
}
</style>
border-color css
<style>
span { border-color: #1A096B; }
span { border-color: rgb(26,9,107); }
td.TdClassName
{
border-color: #1A096B;
}
.TagClassName
{
border-color: #1A096B;
}
</style>