Shades of Midnight #1A2E43
Tints of Midnight #1A2E43
RGB
CMYK
RGB Variations
Color information
#1A2E43 (or 0x1A2E43) is known color: Midnight. HEX triplet: 1A, 2E and 43. RGB value is (26,46,67). Sum of RGB (Red+Green+Blue) = 26+46+67=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #1A2E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E43 is #E5D1BC. Grayscale: #2A2A2A. Windows color (decimal): -15061437 or 4402714. OLE color: 4402714.
HSL color Cylindrical-coordinate representation of color #1A2E43: hue angle of 210.73º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A2E43 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 46 | 67 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.74 |
| HSL | 210.73º | 0.44% | 0.18% | - |
| HSV(B) | 210.73º | 0.61% | 0.26% | - |
| XYZ | 2.42 | 2.58 | 5.68 | - |
| YUV | 42.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 67 | 0.61 | 0.31 | 0 | 0.74 | 210.73 | 0.44 | 0.18 |
| Hex | 1A | 2E | 43 | 3D | 1F | 0 | 4A | D3 | 2C | 12 |
| Octal | 32 | 56 | 103 | 75 | 37 | 0 | 112 | 323 | 54 | 22 |
| Binary | 11010 | 101110 | 1000011 | 111101 | 11111 | 0 | 1001010 | 11010011 | 101100 | 10010 |
Color Harmonies of #1A2E43
Complementary color
Monochromatic Colors of #1A2E43
Black with #1A2E43
Text Example
Text Example
White with #1A2E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E43; }
p { color: rgb(26,46,67); }
H1.HeaderClassName
{
color: #1A2E43;
}
.AnyTagClassName
{
color: #1A2E43;
}
</style>
background-color css
<style>
a { background-color: #1A2E43; }
a { background-color: rgb(26,46,67); }
div.DivClassName
{
background-color: #1A2E43;
}
.BgClassName
{
background-color: #1A2E43;
}
</style>
border-color css
<style>
span { border-color: #1A2E43; }
span { border-color: rgb(26,46,67); }
td.TdClassName
{
border-color: #1A2E43;
}
.TagClassName
{
border-color: #1A2E43;
}
</style>