Shades of Midnight Blue #1A085C
Tints of Midnight Blue #1A085C
RGB
CMYK
RGB Variations
Color information
#1A085C (or 0x1A085C) is known color: Midnight Blue. HEX triplet: 1A, 08 and 5C. RGB value is (26,8,92). Sum of RGB (Red+Green+Blue) = 26+8+92=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A085C is #E5F7A3. Grayscale: #161616. Windows color (decimal): -15071140 or 6031386. OLE color: 6031386.
HSL color Cylindrical-coordinate representation of color #1A085C: hue angle of 252.86º 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 #1A085C is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 8 | 92 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.64 |
| HSL | 252.86º | 0.84% | 0.2% | - |
| HSV(B) | 252.86º | 0.91% | 0.36% | - |
| XYZ | 2.44 | 1.17 | 10.22 | - |
| YUV | 22.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 92 | 0.72 | 0.91 | 0 | 0.64 | 252.86 | 0.84 | 0.2 |
| Hex | 1A | 8 | 5C | 48 | 5B | 0 | 40 | FD | 54 | 14 |
| Octal | 32 | 10 | 134 | 110 | 133 | 0 | 100 | 375 | 124 | 24 |
| Binary | 11010 | 1000 | 1011100 | 1001000 | 1011011 | 0 | 1000000 | 11111101 | 1010100 | 10100 |
Color Harmonies of #1A085C
Complementary color
Monochromatic Colors of #1A085C
Black with #1A085C
Text Example
Text Example
White with #1A085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A085C; }
p { color: rgb(26,8,92); }
H1.HeaderClassName
{
color: #1A085C;
}
.AnyTagClassName
{
color: #1A085C;
}
</style>
background-color css
<style>
a { background-color: #1A085C; }
a { background-color: rgb(26,8,92); }
div.DivClassName
{
background-color: #1A085C;
}
.BgClassName
{
background-color: #1A085C;
}
</style>
border-color css
<style>
span { border-color: #1A085C; }
span { border-color: rgb(26,8,92); }
td.TdClassName
{
border-color: #1A085C;
}
.TagClassName
{
border-color: #1A085C;
}
</style>