Shades of Midnight #1E2F3F
Tints of Midnight #1E2F3F
RGB
CMYK
RGB Variations
Color information
#1E2F3F (or 0x1E2F3F) is known color: Midnight. HEX triplet: 1E, 2F and 3F. RGB value is (30,47,63). Sum of RGB (Red+Green+Blue) = 30+47+63=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E2F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F3F is #E1D0C0. Grayscale: #2B2B2B. Windows color (decimal): -14799041 or 4140830. OLE color: 4140830.
HSL color Cylindrical-coordinate representation of color #1E2F3F: hue angle of 209.09º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E2F3F is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 47 | 63 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.75 |
| HSL | 209.09º | 0.35% | 0.18% | - |
| HSV(B) | 209.09º | 0.52% | 0.25% | - |
| XYZ | 2.45 | 2.67 | 5.09 | - |
| YUV | 43.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 63 | 0.52 | 0.25 | 0 | 0.75 | 209.09 | 0.35 | 0.18 |
| Hex | 1E | 2F | 3F | 34 | 19 | 0 | 4B | D1 | 23 | 12 |
| Octal | 36 | 57 | 77 | 64 | 31 | 0 | 113 | 321 | 43 | 22 |
| Binary | 11110 | 101111 | 111111 | 110100 | 11001 | 0 | 1001011 | 11010001 | 100011 | 10010 |
Color Harmonies of #1E2F3F
Complementary color
Monochromatic Colors of #1E2F3F
Black with #1E2F3F
Text Example
Text Example
White with #1E2F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F3F; }
p { color: rgb(30,47,63); }
H1.HeaderClassName
{
color: #1E2F3F;
}
.AnyTagClassName
{
color: #1E2F3F;
}
</style>
background-color css
<style>
a { background-color: #1E2F3F; }
a { background-color: rgb(30,47,63); }
div.DivClassName
{
background-color: #1E2F3F;
}
.BgClassName
{
background-color: #1E2F3F;
}
</style>
border-color css
<style>
span { border-color: #1E2F3F; }
span { border-color: rgb(30,47,63); }
td.TdClassName
{
border-color: #1E2F3F;
}
.TagClassName
{
border-color: #1E2F3F;
}
</style>