Shades of Midnight Blue #1A055B
Tints of Midnight Blue #1A055B
RGB
CMYK
RGB Variations
Color information
#1A055B (or 0x1A055B) is known color: Midnight Blue. HEX triplet: 1A, 05 and 5B. RGB value is (26,5,91). Sum of RGB (Red+Green+Blue) = 26+5+91=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A055B is #E5FAA4. Grayscale: #141414. Windows color (decimal): -15071909 or 5965082. OLE color: 5965082.
HSL color Cylindrical-coordinate representation of color #1A055B: hue angle of 254.65º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A055B is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 5 | 91 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.64 |
| HSL | 254.65º | 0.9% | 0.19% | - |
| HSV(B) | 254.65º | 0.95% | 0.36% | - |
| XYZ | 2.37 | 1.08 | 9.98 | - |
| YUV | 21.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 91 | 0.71 | 0.95 | 0 | 0.64 | 254.65 | 0.9 | 0.19 |
| Hex | 1A | 5 | 5B | 47 | 5F | 0 | 40 | FF | 5A | 13 |
| Octal | 32 | 5 | 133 | 107 | 137 | 0 | 100 | 377 | 132 | 23 |
| Binary | 11010 | 101 | 1011011 | 1000111 | 1011111 | 0 | 1000000 | 11111111 | 1011010 | 10011 |
Color Harmonies of #1A055B
Complementary color
Monochromatic Colors of #1A055B
Black with #1A055B
Text Example
Text Example
White with #1A055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A055B; }
p { color: rgb(26,5,91); }
H1.HeaderClassName
{
color: #1A055B;
}
.AnyTagClassName
{
color: #1A055B;
}
</style>
background-color css
<style>
a { background-color: #1A055B; }
a { background-color: rgb(26,5,91); }
div.DivClassName
{
background-color: #1A055B;
}
.BgClassName
{
background-color: #1A055B;
}
</style>
border-color css
<style>
span { border-color: #1A055B; }
span { border-color: rgb(26,5,91); }
td.TdClassName
{
border-color: #1A055B;
}
.TagClassName
{
border-color: #1A055B;
}
</style>