Shades of Midnight Blue #1A155A
Tints of Midnight Blue #1A155A
RGB
CMYK
RGB Variations
Color information
#1A155A (or 0x1A155A) is known color: Midnight Blue. HEX triplet: 1A, 15 and 5A. RGB value is (26,21,90). Sum of RGB (Red+Green+Blue) = 26+21+90=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A155A is #E5EAA5. Grayscale: #1E1E1E. Windows color (decimal): -15067814 or 5903642. OLE color: 5903642.
HSL color Cylindrical-coordinate representation of color #1A155A: hue angle of 244.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A155A is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 21 | 90 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.65 |
| HSL | 244.35º | 0.62% | 0.22% | - |
| HSV(B) | 244.35º | 0.77% | 0.35% | - |
| XYZ | 2.54 | 1.49 | 9.83 | - |
| YUV | 30.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 90 | 0.71 | 0.77 | 0 | 0.65 | 244.35 | 0.62 | 0.22 |
| Hex | 1A | 15 | 5A | 47 | 4D | 0 | 41 | F4 | 3E | 16 |
| Octal | 32 | 25 | 132 | 107 | 115 | 0 | 101 | 364 | 76 | 26 |
| Binary | 11010 | 10101 | 1011010 | 1000111 | 1001101 | 0 | 1000001 | 11110100 | 111110 | 10110 |
Color Harmonies of #1A155A
Complementary color
Monochromatic Colors of #1A155A
Black with #1A155A
Text Example
Text Example
White with #1A155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A155A; }
p { color: rgb(26,21,90); }
H1.HeaderClassName
{
color: #1A155A;
}
.AnyTagClassName
{
color: #1A155A;
}
</style>
background-color css
<style>
a { background-color: #1A155A; }
a { background-color: rgb(26,21,90); }
div.DivClassName
{
background-color: #1A155A;
}
.BgClassName
{
background-color: #1A155A;
}
</style>
border-color css
<style>
span { border-color: #1A155A; }
span { border-color: rgb(26,21,90); }
td.TdClassName
{
border-color: #1A155A;
}
.TagClassName
{
border-color: #1A155A;
}
</style>