#1F2547

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

Shades of Midnight Express #1F2547

Tints of Midnight Express #1F2547

Color information

#1F2547 (or 0x1F2547) is unknown color: approx Midnight Express. HEX triplet: 1F, 25 and 47. RGB value is (31,37,71). Sum of RGB (Red+Green+Blue) = 31+37+71=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F2547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2547 is #E0DAB8. Grayscale: #262626. Windows color (decimal): -14736057 or 4662559. OLE color: 4662559.

HSL color Cylindrical-coordinate representation of color #1F2547: hue angle of 231º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F2547 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB313771-
CMYK0.560.4800.72
HSL231º39.22%20%-
HSV(B)231º56.34%27.84%-
XYZ2.362.076.24-
YUV39.08146.01122.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.30%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 71 (28.12% from 255) = 51.08%
R=22.30%
G=26.62%
B=51.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3137710.560.4800.7223139.2220
Hex1F25473830048e72714
Octal3745107706001103474724
Binary111111001011000111111000110000010010001110011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,71); }

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

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

 a { background-color: rgb(31,37,71); }

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

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

 span { border-color: rgb(31,37,71); }

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