#1F2139

Color #1F2139 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #1F2139

Tints of Midnight Express #1F2139

Color information

#1F2139 (or 0x1F2139) is unknown color: approx Midnight Express. HEX triplet: 1F, 21 and 39. RGB value is (31,33,57). Sum of RGB (Red+Green+Blue) = 31+33+57=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F2139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2139 is #E0DEC6. Grayscale: #232323. Windows color (decimal): -14737095 or 3744031. OLE color: 3744031.

HSL color Cylindrical-coordinate representation of color #1F2139: hue angle of 235.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F2139 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB313357-
CMYK0.460.4200.78
HSL235.38º29.55%17.25%-
HSV(B)235.38º45.61%22.35%-
XYZ1.851.674.1-
YUV35.14140.34125.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 25.62%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 57 (22.66% from 255) = 47.11%
R=25.62%
G=27.27%
B=47.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3133570.460.4200.78235.3829.5517.25
Hex1F21392E2A04Eeb1e11
Octal374171565201163533621
Binary1111110000111100110111010101001001110111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F2139; }

 p { color: rgb(31,33,57); }

 H1.HeaderClassName
 {
   color: #1F2139;
 }
 .AnyTagClassName
 {
   color: #1F2139;
 }
</style>
background-color css

<style>
 a { background-color: #1F2139; }

 a { background-color: rgb(31,33,57); }

 div.DivClassName
 {
   background-color: #1F2139;
 }
 .BgClassName
 {
   background-color: #1F2139;
 }
</style>
border-color css

<style>
 span { border-color: #1F2139; }

 span { border-color: rgb(31,33,57); }

 td.TdClassName
 {
   border-color: #1F2139;
 }
 .TagClassName
 {
   border-color: #1F2139;
 }
</style>