#050E2D

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

Shades of Midnight Express #050E2D

Tints of Midnight Express #050E2D

Color information

#050E2D (or 0x050E2D) is unknown color: approx Midnight Express. HEX triplet: 05, 0E and 2D. RGB value is (5,14,45). Sum of RGB (Red+Green+Blue) = 5+14+45=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #050E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E2D is #FAF1D2. Grayscale: #0E0E0E. Windows color (decimal): -16445907 or 2952709. OLE color: 2952709.

HSL color Cylindrical-coordinate representation of color #050E2D: hue angle of 226.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050E2D is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51445-
CMYK0.890.6900.82
HSL226.5º80%9.8%-
HSV(B)226.5º88.89%17.65%-
XYZ0.690.542.55-
YUV14.84145.02120.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 14 (5.86% from 255) = 21.88%
BLUE value IS 45 (17.97% from 255) = 70.31%
R=7.81%
G=21.88%
B=70.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal514450.890.6900.82226.5809.8
Hex5E2D5945052e250a
Octal51655131105012234212012
Binary101111010110110110011000101010100101110001010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050E2D; }

 p { color: rgb(5,14,45); }

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

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

 a { background-color: rgb(5,14,45); }

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

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

 span { border-color: rgb(5,14,45); }

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