Shades of Midnight Blue #1A117D
Tints of Midnight Blue #1A117D
RGB
CMYK
RGB Variations
Color information
#1A117D (or 0x1A117D) is known color: Midnight Blue. HEX triplet: 1A, 11 and 7D. RGB value is (26,17,125). Sum of RGB (Red+Green+Blue) = 26+17+125=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A117D is #E5EE82. Grayscale: #1F1F1F. Windows color (decimal): -15068803 or 8196378. OLE color: 8196378.
HSL color Cylindrical-coordinate representation of color #1A117D: hue angle of 245º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A117D is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 17 | 125 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.51 |
| HSL | 245º | 0.76% | 0.28% | - |
| HSV(B) | 245º | 0.86% | 0.49% | - |
| XYZ | 4.33 | 2.1 | 19.58 | - |
| YUV | 32 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 125 | 0.79 | 0.86 | 0 | 0.51 | 245 | 0.76 | 0.28 |
| Hex | 1A | 11 | 7D | 4F | 56 | 0 | 33 | F5 | 4C | 1C |
| Octal | 32 | 21 | 175 | 117 | 126 | 0 | 63 | 365 | 114 | 34 |
| Binary | 11010 | 10001 | 1111101 | 1001111 | 1010110 | 0 | 110011 | 11110101 | 1001100 | 11100 |
Color Harmonies of #1A117D
Complementary color
Monochromatic Colors of #1A117D
Black with #1A117D
Text Example
Text Example
White with #1A117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A117D; }
p { color: rgb(26,17,125); }
H1.HeaderClassName
{
color: #1A117D;
}
.AnyTagClassName
{
color: #1A117D;
}
</style>
background-color css
<style>
a { background-color: #1A117D; }
a { background-color: rgb(26,17,125); }
div.DivClassName
{
background-color: #1A117D;
}
.BgClassName
{
background-color: #1A117D;
}
</style>
border-color css
<style>
span { border-color: #1A117D; }
span { border-color: rgb(26,17,125); }
td.TdClassName
{
border-color: #1A117D;
}
.TagClassName
{
border-color: #1A117D;
}
</style>