#050734

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

Shades of Midnight Express #050734

Tints of Midnight Express #050734

Color information

#050734 (or 0x050734) is unknown color: approx Midnight Express. HEX triplet: 05, 07 and 34. RGB value is (5,7,52). Sum of RGB (Red+Green+Blue) = 5+7+52=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 52 (20.70% from 255 or 81.25% from 64); Max value from RGB is 52 - color contains mainly: blue. Hex color #050734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050734 is #FAF8CB. Grayscale: #0B0B0B. Windows color (decimal): -16447692 or 3409669. OLE color: 3409669.

HSL color Cylindrical-coordinate representation of color #050734: hue angle of 237.45º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050734 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB5752-
CMYK0.900.8700.80
HSL237.45º82.46%11.18%-
HSV(B)237.45º90.38%20.39%-
XYZ0.760.433.29-
YUV11.53150.84123.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 7 (3.12% from 255) = 10.94%
BLUE value IS 52 (20.70% from 255) = 81.25%
R=7.81%
G=10.94%
B=81.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal57520.900.8700.80237.4582.4611.18
Hex57345A57050ed52b
Octal5764132127012035512213
Binary10111111010010110101010111010100001110110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050734; }

 p { color: rgb(5,7,52); }

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

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

 a { background-color: rgb(5,7,52); }

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

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

 span { border-color: rgb(5,7,52); }

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