Shades of Midnight #1A2D48
Tints of Midnight #1A2D48
RGB
CMYK
RGB Variations
Color information
#1A2D48 (or 0x1A2D48) is known color: Midnight. HEX triplet: 1A, 2D and 48. RGB value is (26,45,72). Sum of RGB (Red+Green+Blue) = 26+45+72=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A2D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2D48 is #E5D2B7. Grayscale: #2A2A2A. Windows color (decimal): -15061688 or 4730138. OLE color: 4730138.
HSL color Cylindrical-coordinate representation of color #1A2D48: hue angle of 215.22º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A2D48 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 45 | 72 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.72 |
| HSL | 215.22º | 0.47% | 0.19% | - |
| HSV(B) | 215.22º | 0.64% | 0.28% | - |
| XYZ | 2.53 | 2.56 | 6.49 | - |
| YUV | 42.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 45 | 72 | 0.64 | 0.38 | 0 | 0.72 | 215.22 | 0.47 | 0.19 |
| Hex | 1A | 2D | 48 | 40 | 26 | 0 | 48 | D7 | 2F | 13 |
| Octal | 32 | 55 | 110 | 100 | 46 | 0 | 110 | 327 | 57 | 23 |
| Binary | 11010 | 101101 | 1001000 | 1000000 | 100110 | 0 | 1001000 | 11010111 | 101111 | 10011 |
Color Harmonies of #1A2D48
Complementary color
Monochromatic Colors of #1A2D48
Black with #1A2D48
Text Example
Text Example
White with #1A2D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2D48; }
p { color: rgb(26,45,72); }
H1.HeaderClassName
{
color: #1A2D48;
}
.AnyTagClassName
{
color: #1A2D48;
}
</style>
background-color css
<style>
a { background-color: #1A2D48; }
a { background-color: rgb(26,45,72); }
div.DivClassName
{
background-color: #1A2D48;
}
.BgClassName
{
background-color: #1A2D48;
}
</style>
border-color css
<style>
span { border-color: #1A2D48; }
span { border-color: rgb(26,45,72); }
td.TdClassName
{
border-color: #1A2D48;
}
.TagClassName
{
border-color: #1A2D48;
}
</style>