#050445

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

Shades of Midnight Express #050445

Tints of Midnight Express #050445

Color information

#050445 (or 0x050445) is unknown color: approx Midnight Express. HEX triplet: 05, 04 and 45. RGB value is (5,4,69). Sum of RGB (Red+Green+Blue) = 5+4+69=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 69 (27.34% from 255 or 88.46% from 78); Max value from RGB is 69 - color contains mainly: blue. Hex color #050445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050445 is #FAFBBA. Grayscale: #0B0B0B. Windows color (decimal): -16448443 or 4523013. OLE color: 4523013.

HSL color Cylindrical-coordinate representation of color #050445: hue angle of 240.92º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050445 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB5469-
CMYK0.930.9400.73
HSL240.92º89.04%14.31%-
HSV(B)240.92º94.2%27.06%-
XYZ1.180.555.67-
YUV11.71160.33123.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 69 (27.34% from 255) = 88.46%
R=6.41%
G=5.13%
B=88.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal54690.930.9400.73240.9289.0414.31
Hex54455D5E049f159e
Octal54105135136011136113116
Binary101100100010110111011011110010010011111000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050445; }

 p { color: rgb(5,4,69); }

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

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

 a { background-color: rgb(5,4,69); }

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

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

 span { border-color: rgb(5,4,69); }

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