#181F45

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

Shades of Midnight Express #181F45

Tints of Midnight Express #181F45

Color information

#181F45 (or 0x181F45) is unknown color: approx Midnight Express. HEX triplet: 18, 1F and 45. RGB value is (24,31,69). Sum of RGB (Red+Green+Blue) = 24+31+69=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #181F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F45 is #E7E0BA. Grayscale: #212121. Windows color (decimal): -15196347 or 4529944. OLE color: 4529944.

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

Color convert

RGB243169-
CMYK0.650.5500.73
HSL230.67º48.39%18.24%-
HSV(B)230.67º65.22%27.06%-
XYZ1.941.65.84-
YUV33.24148.18121.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 55.65%
R=19.35%
G=25%
B=55.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2431690.650.5500.73230.6748.3918.24
Hex181F454137049e73012
Octal30371051016701113476022
Binary110001111110001011000001110111010010011110011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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