#141F48

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

Shades of Midnight Express #141F48

Tints of Midnight Express #141F48

Color information

#141F48 (or 0x141F48) is unknown color: approx Midnight Express. HEX triplet: 14, 1F and 48. RGB value is (20,31,72). Sum of RGB (Red+Green+Blue) = 20+31+72=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #141F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F48 is #EBE0B7. Grayscale: #202020. Windows color (decimal): -15458488 or 4726548. OLE color: 4726548.

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

Color convert

RGB203172-
CMYK0.720.5700.72
HSL227.31º56.52%18.04%-
HSV(B)227.31º72.22%28.24%-
XYZ1.951.66.34-
YUV32.38150.36119.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 72 (28.52% from 255) = 58.54%
R=16.26%
G=25.20%
B=58.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2031720.720.5700.72227.3156.5218.04
Hex141F484839048e33912
Octal24371101107101103437122
Binary101001111110010001001000111001010010001110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141F48; }

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

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

<style>
 a { background-color: #141F48; }

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

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

<style>
 span { border-color: #141F48; }

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

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