Shades of Midnight Blue #1A0B6D
Tints of Midnight Blue #1A0B6D
RGB
CMYK
RGB Variations
Color information
#1A0B6D (or 0x1A0B6D) is known color: Midnight Blue. HEX triplet: 1A, 0B and 6D. RGB value is (26,11,109). Sum of RGB (Red+Green+Blue) = 26+11+109=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A0B6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0B6D is #E5F492. Grayscale: #1A1A1A. Windows color (decimal): -15070355 or 7146266. OLE color: 7146266.
HSL color Cylindrical-coordinate representation of color #1A0B6D: hue angle of 249.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0B6D is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 11 | 109 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.57 |
| HSL | 249.18º | 0.82% | 0.24% | - |
| HSV(B) | 249.18º | 0.9% | 0.43% | - |
| XYZ | 3.31 | 1.56 | 14.6 | - |
| YUV | 26.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 109 | 0.76 | 0.90 | 0 | 0.57 | 249.18 | 0.82 | 0.24 |
| Hex | 1A | B | 6D | 4C | 5A | 0 | 39 | F9 | 52 | 18 |
| Octal | 32 | 13 | 155 | 114 | 132 | 0 | 71 | 371 | 122 | 30 |
| Binary | 11010 | 1011 | 1101101 | 1001100 | 1011010 | 0 | 111001 | 11111001 | 1010010 | 11000 |
Color Harmonies of #1A0B6D
Complementary color
Monochromatic Colors of #1A0B6D
Black with #1A0B6D
Text Example
Text Example
White with #1A0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B6D; }
p { color: rgb(26,11,109); }
H1.HeaderClassName
{
color: #1A0B6D;
}
.AnyTagClassName
{
color: #1A0B6D;
}
</style>
background-color css
<style>
a { background-color: #1A0B6D; }
a { background-color: rgb(26,11,109); }
div.DivClassName
{
background-color: #1A0B6D;
}
.BgClassName
{
background-color: #1A0B6D;
}
</style>
border-color css
<style>
span { border-color: #1A0B6D; }
span { border-color: rgb(26,11,109); }
td.TdClassName
{
border-color: #1A0B6D;
}
.TagClassName
{
border-color: #1A0B6D;
}
</style>