Shades of Midnight Blue #1A085D
Tints of Midnight Blue #1A085D
RGB
CMYK
RGB Variations
Color information
#1A085D (or 0x1A085D) is known color: Midnight Blue. HEX triplet: 1A, 08 and 5D. RGB value is (26,8,93). Sum of RGB (Red+Green+Blue) = 26+8+93=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A085D is #E5F7A2. Grayscale: #161616. Windows color (decimal): -15071139 or 6096922. OLE color: 6096922.
HSL color Cylindrical-coordinate representation of color #1A085D: hue angle of 252.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A085D is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 8 | 93 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.64 |
| HSL | 252.71º | 0.84% | 0.2% | - |
| HSV(B) | 252.71º | 0.91% | 0.36% | - |
| XYZ | 2.49 | 1.18 | 10.45 | - |
| YUV | 23.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 93 | 0.72 | 0.91 | 0 | 0.64 | 252.71 | 0.84 | 0.2 |
| Hex | 1A | 8 | 5D | 48 | 5B | 0 | 40 | FD | 54 | 14 |
| Octal | 32 | 10 | 135 | 110 | 133 | 0 | 100 | 375 | 124 | 24 |
| Binary | 11010 | 1000 | 1011101 | 1001000 | 1011011 | 0 | 1000000 | 11111101 | 1010100 | 10100 |
Color Harmonies of #1A085D
Complementary color
Monochromatic Colors of #1A085D
Black with #1A085D
Text Example
Text Example
White with #1A085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A085D; }
p { color: rgb(26,8,93); }
H1.HeaderClassName
{
color: #1A085D;
}
.AnyTagClassName
{
color: #1A085D;
}
</style>
background-color css
<style>
a { background-color: #1A085D; }
a { background-color: rgb(26,8,93); }
div.DivClassName
{
background-color: #1A085D;
}
.BgClassName
{
background-color: #1A085D;
}
</style>
border-color css
<style>
span { border-color: #1A085D; }
span { border-color: rgb(26,8,93); }
td.TdClassName
{
border-color: #1A085D;
}
.TagClassName
{
border-color: #1A085D;
}
</style>