Shades of Midnight Blue #1A1876
Tints of Midnight Blue #1A1876
RGB
CMYK
RGB Variations
Color information
#1A1876 (or 0x1A1876) is known color: Midnight Blue. HEX triplet: 1A, 18 and 76. RGB value is (26,24,118). Sum of RGB (Red+Green+Blue) = 26+24+118=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A1876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1876 is #E5E789. Grayscale: #222222. Windows color (decimal): -15067018 or 7739418. OLE color: 7739418.
HSL color Cylindrical-coordinate representation of color #1A1876: hue angle of 241.28º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A1876 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 24 | 118 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.54 |
| HSL | 241.28º | 0.66% | 0.28% | - |
| HSV(B) | 241.28º | 0.8% | 0.46% | - |
| XYZ | 4.02 | 2.18 | 17.35 | - |
| YUV | 35.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 118 | 0.78 | 0.80 | 0 | 0.54 | 241.28 | 0.66 | 0.28 |
| Hex | 1A | 18 | 76 | 4E | 50 | 0 | 36 | F1 | 42 | 1C |
| Octal | 32 | 30 | 166 | 116 | 120 | 0 | 66 | 361 | 102 | 34 |
| Binary | 11010 | 11000 | 1110110 | 1001110 | 1010000 | 0 | 110110 | 11110001 | 1000010 | 11100 |
Color Harmonies of #1A1876
Complementary color
Monochromatic Colors of #1A1876
Black with #1A1876
Text Example
Text Example
White with #1A1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1876; }
p { color: rgb(26,24,118); }
H1.HeaderClassName
{
color: #1A1876;
}
.AnyTagClassName
{
color: #1A1876;
}
</style>
background-color css
<style>
a { background-color: #1A1876; }
a { background-color: rgb(26,24,118); }
div.DivClassName
{
background-color: #1A1876;
}
.BgClassName
{
background-color: #1A1876;
}
</style>
border-color css
<style>
span { border-color: #1A1876; }
span { border-color: rgb(26,24,118); }
td.TdClassName
{
border-color: #1A1876;
}
.TagClassName
{
border-color: #1A1876;
}
</style>