#050737

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

Shades of Midnight Express #050737

Tints of Midnight Express #050737

Color information

#050737 (or 0x050737) is unknown color: approx Midnight Express. HEX triplet: 05, 07 and 37. RGB value is (5,7,55). Sum of RGB (Red+Green+Blue) = 5+7+55=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 55 (21.88% from 255 or 82.09% from 67); Max value from RGB is 55 - color contains mainly: blue. Hex color #050737 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050737 is #FAF8C8. Grayscale: #0B0B0B. Windows color (decimal): -16447689 or 3606277. OLE color: 3606277.

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

Color convert

RGB5755-
CMYK0.910.8700.78
HSL237.6º83.33%11.76%-
HSV(B)237.6º90.91%21.57%-
XYZ0.830.463.66-
YUV11.87152.34123.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 7 (3.12% from 255) = 10.45%
BLUE value IS 55 (21.88% from 255) = 82.09%
R=7.46%
G=10.45%
B=82.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57550.910.8700.78237.683.3311.76
Hex57375B5704Eee53c
Octal5767133127011635612314
Binary10111111011110110111010111010011101110111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050737; }

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

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

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

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

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

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

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

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