Shades of Midnight Blue #1A165D
Tints of Midnight Blue #1A165D
RGB
CMYK
RGB Variations
Color information
#1A165D (or 0x1A165D) is known color: Midnight Blue. HEX triplet: 1A, 16 and 5D. RGB value is (26,22,93). Sum of RGB (Red+Green+Blue) = 26+22+93=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A165D is #E5E9A2. Grayscale: #1F1F1F. Windows color (decimal): -15067555 or 6100506. OLE color: 6100506.
HSL color Cylindrical-coordinate representation of color #1A165D: hue angle of 243.38º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A165D is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 22 | 93 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.64 |
| HSL | 243.38º | 0.62% | 0.23% | - |
| HSV(B) | 243.38º | 0.76% | 0.36% | - |
| XYZ | 2.69 | 1.58 | 10.52 | - |
| YUV | 31.29 | 162.83 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 93 | 0.72 | 0.76 | 0 | 0.64 | 243.38 | 0.62 | 0.23 |
| Hex | 1A | 16 | 5D | 48 | 4C | 0 | 40 | F3 | 3E | 17 |
| Octal | 32 | 26 | 135 | 110 | 114 | 0 | 100 | 363 | 76 | 27 |
| Binary | 11010 | 10110 | 1011101 | 1001000 | 1001100 | 0 | 1000000 | 11110011 | 111110 | 10111 |
Color Harmonies of #1A165D
Complementary color
Monochromatic Colors of #1A165D
Black with #1A165D
Text Example
Text Example
White with #1A165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A165D; }
p { color: rgb(26,22,93); }
H1.HeaderClassName
{
color: #1A165D;
}
.AnyTagClassName
{
color: #1A165D;
}
</style>
background-color css
<style>
a { background-color: #1A165D; }
a { background-color: rgb(26,22,93); }
div.DivClassName
{
background-color: #1A165D;
}
.BgClassName
{
background-color: #1A165D;
}
</style>
border-color css
<style>
span { border-color: #1A165D; }
span { border-color: rgb(26,22,93); }
td.TdClassName
{
border-color: #1A165D;
}
.TagClassName
{
border-color: #1A165D;
}
</style>