#141F45

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

Shades of Midnight Express #141F45

Tints of Midnight Express #141F45

Color information

#141F45 (or 0x141F45) is unknown color: approx Midnight Express. HEX triplet: 14, 1F and 45. RGB value is (20,31,69). Sum of RGB (Red+Green+Blue) = 20+31+69=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #141F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F45 is #EBE0BA. Grayscale: #1F1F1F. Windows color (decimal): -15458491 or 4529940. OLE color: 4529940.

HSL color Cylindrical-coordinate representation of color #141F45: hue angle of 226.53º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141F45 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB203169-
CMYK0.710.5500.73
HSL226.53º55.06%17.45%-
HSV(B)226.53º71.01%27.06%-
XYZ1.851.565.83-
YUV32.04148.86119.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 69 (27.34% from 255) = 57.5%
R=16.67%
G=25.83%
B=57.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2031690.710.5500.73226.5355.0617.45
Hex141F454737049e33711
Octal24371051076701113436721
Binary101001111110001011000111110111010010011110001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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