#050736

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

Shades of Midnight Express #050736

Tints of Midnight Express #050736

Color information

#050736 (or 0x050736) is unknown color: approx Midnight Express. HEX triplet: 05, 07 and 36. RGB value is (5,7,54). Sum of RGB (Red+Green+Blue) = 5+7+54=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 54 (21.48% from 255 or 81.82% from 66); Max value from RGB is 54 - color contains mainly: blue. Hex color #050736 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050736 is #FAF8C9. Grayscale: #0B0B0B. Windows color (decimal): -16447690 or 3540741. OLE color: 3540741.

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

Color convert

RGB5754-
CMYK0.910.8700.79
HSL237.55º83.05%11.57%-
HSV(B)237.55º90.74%21.18%-
XYZ0.80.453.53-
YUV11.76151.84123.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 7 (3.12% from 255) = 10.61%
BLUE value IS 54 (21.48% from 255) = 81.82%
R=7.58%
G=10.61%
B=81.82%

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
Decimal57540.910.8700.79237.5583.0511.57
Hex57365B5704Fee53c
Octal5766133127011735612314
Binary10111111011010110111010111010011111110111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050736; }

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

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

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

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

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

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

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

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