#050343

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

Shades of Midnight Express #050343

Tints of Midnight Express #050343

Color information

#050343 (or 0x050343) is unknown color: approx Midnight Express. HEX triplet: 05, 03 and 43. RGB value is (5,3,67). Sum of RGB (Red+Green+Blue) = 5+3+67=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 67 (26.56% from 255 or 89.33% from 75); Max value from RGB is 67 - color contains mainly: blue. Hex color #050343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050343 is #FAFCBC. Grayscale: #0A0A0A. Windows color (decimal): -16448701 or 4391685. OLE color: 4391685.

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

Color convert

RGB5367-
CMYK0.930.9600.74
HSL241.88º91.43%13.73%-
HSV(B)241.88º95.52%26.27%-
XYZ1.110.55.35-
YUV10.89159.66123.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 67 (26.56% from 255) = 89.33%
R=6.67%
G=4%
B=89.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal53670.930.9600.74241.8891.4313.73
Hex53435D6004Af25be
Octal53103135140011236213316
Binary10111100001110111011100000010010101111001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050343; }

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

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

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

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

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

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

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

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