#050735

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

Shades of Midnight Express #050735

Tints of Midnight Express #050735

Color information

#050735 (or 0x050735) is unknown color: approx Midnight Express. HEX triplet: 05, 07 and 35. RGB value is (5,7,53). Sum of RGB (Red+Green+Blue) = 5+7+53=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 53 (21.09% from 255 or 81.54% from 65); Max value from RGB is 53 - color contains mainly: blue. Hex color #050735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050735 is #FAF8CA. Grayscale: #0B0B0B. Windows color (decimal): -16447691 or 3475205. OLE color: 3475205.

HSL color Cylindrical-coordinate representation of color #050735: hue angle of 237.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050735 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB5753-
CMYK0.910.8700.79
HSL237.5º82.76%11.37%-
HSV(B)237.5º90.57%20.78%-
XYZ0.780.443.41-
YUV11.65151.34123.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 53 (21.09% from 255) = 81.54%
R=7.69%
G=10.77%
B=81.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal57530.910.8700.79237.582.7611.37
Hex57355B5704Fee53b
Octal5765133127011735612313
Binary10111111010110110111010111010011111110111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050735; }

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

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

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

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

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

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

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

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