Shades of Midnight #1A2F46
Tints of Midnight #1A2F46
RGB
CMYK
RGB Variations
Color information
#1A2F46 (or 0x1A2F46) is known color: Midnight. HEX triplet: 1A, 2F and 46. RGB value is (26,47,70). Sum of RGB (Red+Green+Blue) = 26+47+70=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #1A2F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2F46 is #E5D0B9. Grayscale: #2B2B2B. Windows color (decimal): -15061178 or 4599578. OLE color: 4599578.
HSL color Cylindrical-coordinate representation of color #1A2F46: hue angle of 211.36º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A2F46 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 47 | 70 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.73 |
| HSL | 211.36º | 0.46% | 0.19% | - |
| HSV(B) | 211.36º | 0.63% | 0.27% | - |
| XYZ | 2.55 | 2.69 | 6.18 | - |
| YUV | 43.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 70 | 0.63 | 0.33 | 0 | 0.73 | 211.36 | 0.46 | 0.19 |
| Hex | 1A | 2F | 46 | 3F | 21 | 0 | 49 | D3 | 2E | 13 |
| Octal | 32 | 57 | 106 | 77 | 41 | 0 | 111 | 323 | 56 | 23 |
| Binary | 11010 | 101111 | 1000110 | 111111 | 100001 | 0 | 1001001 | 11010011 | 101110 | 10011 |
Color Harmonies of #1A2F46
Complementary color
Monochromatic Colors of #1A2F46
Black with #1A2F46
Text Example
Text Example
White with #1A2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2F46; }
p { color: rgb(26,47,70); }
H1.HeaderClassName
{
color: #1A2F46;
}
.AnyTagClassName
{
color: #1A2F46;
}
</style>
background-color css
<style>
a { background-color: #1A2F46; }
a { background-color: rgb(26,47,70); }
div.DivClassName
{
background-color: #1A2F46;
}
.BgClassName
{
background-color: #1A2F46;
}
</style>
border-color css
<style>
span { border-color: #1A2F46; }
span { border-color: rgb(26,47,70); }
td.TdClassName
{
border-color: #1A2F46;
}
.TagClassName
{
border-color: #1A2F46;
}
</style>