#050341

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

Shades of Midnight Express #050341

Tints of Midnight Express #050341

Color information

#050341 (or 0x050341) is unknown color: approx Midnight Express. HEX triplet: 05, 03 and 41. RGB value is (5,3,65). Sum of RGB (Red+Green+Blue) = 5+3+65=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 65 (25.78% from 255 or 89.04% from 73); Max value from RGB is 65 - color contains mainly: blue. Hex color #050341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050341 is #FAFCBE. Grayscale: #0A0A0A. Windows color (decimal): -16448703 or 4260613. OLE color: 4260613.

HSL color Cylindrical-coordinate representation of color #050341: hue angle of 241.94º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050341 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB5365-
CMYK0.920.9500.75
HSL241.94º91.18%13.33%-
HSV(B)241.94º95.38%25.49%-
XYZ1.050.485.04-
YUV10.67158.66123.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 65 (25.78% from 255) = 89.04%
R=6.85%
G=4.11%
B=89.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal53650.920.9500.75241.9491.1813.33
Hex53415C5F04Bf25bd
Octal53101134137011336213315
Binary10111100000110111001011111010010111111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050341; }

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

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

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

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

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

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

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

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