Shades of Midnight Blue #1A1882
Tints of Midnight Blue #1A1882
RGB
CMYK
RGB Variations
Color information
#1A1882 (or 0x1A1882) is known color: Midnight Blue. HEX triplet: 1A, 18 and 82. RGB value is (26,24,130). Sum of RGB (Red+Green+Blue) = 26+24+130=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1882 is #E5E77D. Grayscale: #242424. Windows color (decimal): -15067006 or 8525850. OLE color: 8525850.
HSL color Cylindrical-coordinate representation of color #1A1882: hue angle of 241.13º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A1882 is Cyan = 0.8, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 24 | 130 | - |
| CMYK | 0.8 | 0.82 | 0 | 0.49 |
| HSL | 241.13º | 0.69% | 0.3% | - |
| HSV(B) | 241.13º | 0.82% | 0.51% | - |
| XYZ | 4.78 | 2.48 | 21.35 | - |
| YUV | 36.68 | 180.66 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 130 | 0.8 | 0.82 | 0 | 0.49 | 241.13 | 0.69 | 0.3 |
| Hex | 1A | 18 | 82 | 50 | 52 | 0 | 31 | F1 | 45 | 1E |
| Octal | 32 | 30 | 202 | 120 | 122 | 0 | 61 | 361 | 105 | 36 |
| Binary | 11010 | 11000 | 10000010 | 1010000 | 1010010 | 0 | 110001 | 11110001 | 1000101 | 11110 |
Color Harmonies of #1A1882
Complementary color
Monochromatic Colors of #1A1882
Black with #1A1882
Text Example
Text Example
White with #1A1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1882; }
p { color: rgb(26,24,130); }
H1.HeaderClassName
{
color: #1A1882;
}
.AnyTagClassName
{
color: #1A1882;
}
</style>
background-color css
<style>
a { background-color: #1A1882; }
a { background-color: rgb(26,24,130); }
div.DivClassName
{
background-color: #1A1882;
}
.BgClassName
{
background-color: #1A1882;
}
</style>
border-color css
<style>
span { border-color: #1A1882; }
span { border-color: rgb(26,24,130); }
td.TdClassName
{
border-color: #1A1882;
}
.TagClassName
{
border-color: #1A1882;
}
</style>