#050347

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

Shades of Midnight Express #050347

Tints of Midnight Express #050347

Color information

#050347 (or 0x050347) is unknown color: approx Midnight Express. HEX triplet: 05, 03 and 47. RGB value is (5,3,71). Sum of RGB (Red+Green+Blue) = 5+3+71=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 71 (28.12% from 255 or 89.87% from 79); Max value from RGB is 71 - color contains mainly: blue. Hex color #050347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050347 is #FAFCB8. Grayscale: #0B0B0B. Windows color (decimal): -16448697 or 4653829. OLE color: 4653829.

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

Color convert

RGB5371-
CMYK0.930.9600.72
HSL241.76º91.89%14.51%-
HSV(B)241.76º95.77%27.84%-
XYZ1.230.556-
YUV11.35161.66123.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 71 (28.12% from 255) = 89.87%
R=6.33%
G=3.80%
B=89.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal53710.930.9600.72241.7691.8914.51
Hex53475D60048f25cf
Octal53107135140011036213417
Binary10111100011110111011100000010010001111001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050347; }

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

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

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

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

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

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

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

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