Shades of Midnight Blue #1A016D
Tints of Midnight Blue #1A016D
RGB
CMYK
RGB Variations
Color information
#1A016D (or 0x1A016D) is known color: Midnight Blue. HEX triplet: 1A, 01 and 6D. RGB value is (26,1,109). Sum of RGB (Red+Green+Blue) = 26+1+109=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A016D is #E5FE92. Grayscale: #141414. Windows color (decimal): -15072915 or 7143706. OLE color: 7143706.
HSL color Cylindrical-coordinate representation of color #1A016D: hue angle of 253.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A016D is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 1 | 109 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.57 |
| HSL | 253.89º | 0.98% | 0.22% | - |
| HSV(B) | 253.89º | 0.99% | 0.43% | - |
| XYZ | 3.2 | 1.35 | 14.56 | - |
| YUV | 20.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 109 | 0.76 | 0.99 | 0 | 0.57 | 253.89 | 0.98 | 0.22 |
| Hex | 1A | 1 | 6D | 4C | 63 | 0 | 39 | FE | 62 | 16 |
| Octal | 32 | 1 | 155 | 114 | 143 | 0 | 71 | 376 | 142 | 26 |
| Binary | 11010 | 1 | 1101101 | 1001100 | 1100011 | 0 | 111001 | 11111110 | 1100010 | 10110 |
Color Harmonies of #1A016D
Complementary color
Monochromatic Colors of #1A016D
Black with #1A016D
Text Example
Text Example
White with #1A016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A016D; }
p { color: rgb(26,1,109); }
H1.HeaderClassName
{
color: #1A016D;
}
.AnyTagClassName
{
color: #1A016D;
}
</style>
background-color css
<style>
a { background-color: #1A016D; }
a { background-color: rgb(26,1,109); }
div.DivClassName
{
background-color: #1A016D;
}
.BgClassName
{
background-color: #1A016D;
}
</style>
border-color css
<style>
span { border-color: #1A016D; }
span { border-color: rgb(26,1,109); }
td.TdClassName
{
border-color: #1A016D;
}
.TagClassName
{
border-color: #1A016D;
}
</style>