Shades of Midnight Blue #1A095D
Tints of Midnight Blue #1A095D
RGB
CMYK
RGB Variations
Color information
#1A095D (or 0x1A095D) is known color: Midnight Blue. HEX triplet: 1A, 09 and 5D. RGB value is (26,9,93). Sum of RGB (Red+Green+Blue) = 26+9+93=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A095D is #E5F6A2. Grayscale: #171717. Windows color (decimal): -15070883 or 6097178. OLE color: 6097178.
HSL color Cylindrical-coordinate representation of color #1A095D: hue angle of 252.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A095D is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 9 | 93 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.64 |
| HSL | 252.14º | 0.82% | 0.2% | - |
| HSV(B) | 252.14º | 0.9% | 0.36% | - |
| XYZ | 2.5 | 1.21 | 10.46 | - |
| YUV | 23.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 93 | 0.72 | 0.90 | 0 | 0.64 | 252.14 | 0.82 | 0.2 |
| Hex | 1A | 9 | 5D | 48 | 5A | 0 | 40 | FC | 52 | 14 |
| Octal | 32 | 11 | 135 | 110 | 132 | 0 | 100 | 374 | 122 | 24 |
| Binary | 11010 | 1001 | 1011101 | 1001000 | 1011010 | 0 | 1000000 | 11111100 | 1010010 | 10100 |
Color Harmonies of #1A095D
Complementary color
Monochromatic Colors of #1A095D
Black with #1A095D
Text Example
Text Example
White with #1A095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A095D; }
p { color: rgb(26,9,93); }
H1.HeaderClassName
{
color: #1A095D;
}
.AnyTagClassName
{
color: #1A095D;
}
</style>
background-color css
<style>
a { background-color: #1A095D; }
a { background-color: rgb(26,9,93); }
div.DivClassName
{
background-color: #1A095D;
}
.BgClassName
{
background-color: #1A095D;
}
</style>
border-color css
<style>
span { border-color: #1A095D; }
span { border-color: rgb(26,9,93); }
td.TdClassName
{
border-color: #1A095D;
}
.TagClassName
{
border-color: #1A095D;
}
</style>