Shades of Midnight Blue #1A1C5F
Tints of Midnight Blue #1A1C5F
RGB
CMYK
RGB Variations
Color information
#1A1C5F (or 0x1A1C5F) is known color: Midnight Blue. HEX triplet: 1A, 1C and 5F. RGB value is (26,28,95). Sum of RGB (Red+Green+Blue) = 26+28+95=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A1C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1C5F is #E5E3A0. Grayscale: #222222. Windows color (decimal): -15066017 or 6233114. OLE color: 6233114.
HSL color Cylindrical-coordinate representation of color #1A1C5F: hue angle of 238.26º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A1C5F is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 28 | 95 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.63 |
| HSL | 238.26º | 0.57% | 0.24% | - |
| HSV(B) | 238.26º | 0.73% | 0.37% | - |
| XYZ | 2.91 | 1.88 | 11.04 | - |
| YUV | 35.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 95 | 0.73 | 0.71 | 0 | 0.63 | 238.26 | 0.57 | 0.24 |
| Hex | 1A | 1C | 5F | 49 | 47 | 0 | 3F | EE | 39 | 18 |
| Octal | 32 | 34 | 137 | 111 | 107 | 0 | 77 | 356 | 71 | 30 |
| Binary | 11010 | 11100 | 1011111 | 1001001 | 1000111 | 0 | 111111 | 11101110 | 111001 | 11000 |
Color Harmonies of #1A1C5F
Complementary color
Monochromatic Colors of #1A1C5F
Black with #1A1C5F
Text Example
Text Example
White with #1A1C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C5F; }
p { color: rgb(26,28,95); }
H1.HeaderClassName
{
color: #1A1C5F;
}
.AnyTagClassName
{
color: #1A1C5F;
}
</style>
background-color css
<style>
a { background-color: #1A1C5F; }
a { background-color: rgb(26,28,95); }
div.DivClassName
{
background-color: #1A1C5F;
}
.BgClassName
{
background-color: #1A1C5F;
}
</style>
border-color css
<style>
span { border-color: #1A1C5F; }
span { border-color: rgb(26,28,95); }
td.TdClassName
{
border-color: #1A1C5F;
}
.TagClassName
{
border-color: #1A1C5F;
}
</style>