#050345

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

Shades of Midnight Express #050345

Tints of Midnight Express #050345

Color information

#050345 (or 0x050345) is unknown color: approx Midnight Express. HEX triplet: 05, 03 and 45. RGB value is (5,3,69). Sum of RGB (Red+Green+Blue) = 5+3+69=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 69 (27.34% from 255 or 89.61% from 77); Max value from RGB is 69 - color contains mainly: blue. Hex color #050345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050345 is #FAFCBA. Grayscale: #0A0A0A. Windows color (decimal): -16448699 or 4522757. OLE color: 4522757.

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

Color convert

RGB5369-
CMYK0.930.9600.73
HSL241.82º91.67%14.12%-
HSV(B)241.82º95.65%27.06%-
XYZ1.170.535.67-
YUV11.12160.66123.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 69 (27.34% from 255) = 89.61%
R=6.49%
G=3.90%
B=89.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal53690.930.9600.73241.8291.6714.12
Hex53455D60049f25ce
Octal53105135140011136213416
Binary10111100010110111011100000010010011111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050345; }

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

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

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

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

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

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

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

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