#1F2A48

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

Shades of Midnight Express #1F2A48

Tints of Midnight Express #1F2A48

Color information

#1F2A48 (or 0x1F2A48) is unknown color: approx Midnight Express. HEX triplet: 1F, 2A and 48. RGB value is (31,42,72). Sum of RGB (Red+Green+Blue) = 31+42+72=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F2A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2A48 is #E0D5B7. Grayscale: #2A2A2A. Windows color (decimal): -14734776 or 4729375. OLE color: 4729375.

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

Color convert

RGB314272-
CMYK0.570.4200.72
HSL223.9º39.81%20.2%-
HSV(B)223.9º56.94%28.24%-
XYZ2.562.426.46-
YUV42.13144.86120.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=21.38%
G=28.97%
B=49.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3142720.570.4200.72223.939.8120.2
Hex1F2A48392A048e02814
Octal3752110715201103405024
Binary111111010101001000111001101010010010001110000010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,42,72); }

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

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

 a { background-color: rgb(31,42,72); }

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

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

 span { border-color: rgb(31,42,72); }

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