Shades of Midnight Blue #1A065B
Tints of Midnight Blue #1A065B
RGB
CMYK
RGB Variations
Color information
#1A065B (or 0x1A065B) is known color: Midnight Blue. HEX triplet: 1A, 06 and 5B. RGB value is (26,6,91). Sum of RGB (Red+Green+Blue) = 26+6+91=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A065B is #E5F9A4. Grayscale: #151515. Windows color (decimal): -15071653 or 5965338. OLE color: 5965338.
HSL color Cylindrical-coordinate representation of color #1A065B: hue angle of 254.12º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A065B is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 6 | 91 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.64 |
| HSL | 254.12º | 0.88% | 0.19% | - |
| HSV(B) | 254.12º | 0.93% | 0.36% | - |
| XYZ | 2.38 | 1.11 | 9.99 | - |
| YUV | 21.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 91 | 0.71 | 0.93 | 0 | 0.64 | 254.12 | 0.88 | 0.19 |
| Hex | 1A | 6 | 5B | 47 | 5D | 0 | 40 | FE | 58 | 13 |
| Octal | 32 | 6 | 133 | 107 | 135 | 0 | 100 | 376 | 130 | 23 |
| Binary | 11010 | 110 | 1011011 | 1000111 | 1011101 | 0 | 1000000 | 11111110 | 1011000 | 10011 |
Color Harmonies of #1A065B
Complementary color
Monochromatic Colors of #1A065B
Black with #1A065B
Text Example
Text Example
White with #1A065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A065B; }
p { color: rgb(26,6,91); }
H1.HeaderClassName
{
color: #1A065B;
}
.AnyTagClassName
{
color: #1A065B;
}
</style>
background-color css
<style>
a { background-color: #1A065B; }
a { background-color: rgb(26,6,91); }
div.DivClassName
{
background-color: #1A065B;
}
.BgClassName
{
background-color: #1A065B;
}
</style>
border-color css
<style>
span { border-color: #1A065B; }
span { border-color: rgb(26,6,91); }
td.TdClassName
{
border-color: #1A065B;
}
.TagClassName
{
border-color: #1A065B;
}
</style>