Shades of Midnight Blue #1A1883
Tints of Midnight Blue #1A1883
RGB
CMYK
RGB Variations
Color information
#1A1883 (or 0x1A1883) is known color: Midnight Blue. HEX triplet: 1A, 18 and 83. RGB value is (26,24,131). Sum of RGB (Red+Green+Blue) = 26+24+131=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 131 (51.56% from 255 or 72.38% from 181); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A1883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1883 is #E5E77C. Grayscale: #242424. Windows color (decimal): -15067005 or 8591386. OLE color: 8591386.
HSL color Cylindrical-coordinate representation of color #1A1883: hue angle of 241.12º 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 #1A1883 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 24 | 131 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.49 |
| HSL | 241.12º | 0.69% | 0.3% | - |
| HSV(B) | 241.12º | 0.82% | 0.51% | - |
| XYZ | 4.85 | 2.51 | 21.7 | - |
| YUV | 36.8 | 181.16 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 131 | 0.80 | 0.82 | 0 | 0.49 | 241.12 | 0.69 | 0.3 |
| Hex | 1A | 18 | 83 | 50 | 52 | 0 | 31 | F1 | 45 | 1E |
| Octal | 32 | 30 | 203 | 120 | 122 | 0 | 61 | 361 | 105 | 36 |
| Binary | 11010 | 11000 | 10000011 | 1010000 | 1010010 | 0 | 110001 | 11110001 | 1000101 | 11110 |
Color Harmonies of #1A1883
Complementary color
Monochromatic Colors of #1A1883
Black with #1A1883
Text Example
Text Example
White with #1A1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1883; }
p { color: rgb(26,24,131); }
H1.HeaderClassName
{
color: #1A1883;
}
.AnyTagClassName
{
color: #1A1883;
}
</style>
background-color css
<style>
a { background-color: #1A1883; }
a { background-color: rgb(26,24,131); }
div.DivClassName
{
background-color: #1A1883;
}
.BgClassName
{
background-color: #1A1883;
}
</style>
border-color css
<style>
span { border-color: #1A1883; }
span { border-color: rgb(26,24,131); }
td.TdClassName
{
border-color: #1A1883;
}
.TagClassName
{
border-color: #1A1883;
}
</style>