Shades of Midnight #1A3047
Tints of Midnight #1A3047
RGB
CMYK
RGB Variations
Color information
#1A3047 (or 0x1A3047) is known color: Midnight. HEX triplet: 1A, 30 and 47. RGB value is (26,48,71). Sum of RGB (Red+Green+Blue) = 26+48+71=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A3047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3047 is #E5CFB8. Grayscale: #2B2B2B. Windows color (decimal): -15060921 or 4665370. OLE color: 4665370.
HSL color Cylindrical-coordinate representation of color #1A3047: hue angle of 210.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A3047 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 48 | 71 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.72 |
| HSL | 210.67º | 0.46% | 0.19% | - |
| HSV(B) | 210.67º | 0.63% | 0.28% | - |
| XYZ | 2.62 | 2.79 | 6.36 | - |
| YUV | 44.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 71 | 0.63 | 0.32 | 0 | 0.72 | 210.67 | 0.46 | 0.19 |
| Hex | 1A | 30 | 47 | 3F | 20 | 0 | 48 | D3 | 2E | 13 |
| Octal | 32 | 60 | 107 | 77 | 40 | 0 | 110 | 323 | 56 | 23 |
| Binary | 11010 | 110000 | 1000111 | 111111 | 100000 | 0 | 1001000 | 11010011 | 101110 | 10011 |
Color Harmonies of #1A3047
Complementary color
Monochromatic Colors of #1A3047
Black with #1A3047
Text Example
Text Example
White with #1A3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3047; }
p { color: rgb(26,48,71); }
H1.HeaderClassName
{
color: #1A3047;
}
.AnyTagClassName
{
color: #1A3047;
}
</style>
background-color css
<style>
a { background-color: #1A3047; }
a { background-color: rgb(26,48,71); }
div.DivClassName
{
background-color: #1A3047;
}
.BgClassName
{
background-color: #1A3047;
}
</style>
border-color css
<style>
span { border-color: #1A3047; }
span { border-color: rgb(26,48,71); }
td.TdClassName
{
border-color: #1A3047;
}
.TagClassName
{
border-color: #1A3047;
}
</style>