#050E2E

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

Shades of Midnight Express #050E2E

Tints of Midnight Express #050E2E

Color information

#050E2E (or 0x050E2E) is unknown color: approx Midnight Express. HEX triplet: 05, 0E and 2E. RGB value is (5,14,46). Sum of RGB (Red+Green+Blue) = 5+14+46=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #050E2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E2E is #FAF1D1. Grayscale: #0E0E0E. Windows color (decimal): -16445906 or 3018245. OLE color: 3018245.

HSL color Cylindrical-coordinate representation of color #050E2E: hue angle of 226.83º 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 #050E2E is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51446-
CMYK0.890.7000.82
HSL226.83º80.39%10%-
HSV(B)226.83º89.13%18.04%-
XYZ0.710.542.65-
YUV14.96145.52120.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 46 (18.36% from 255) = 70.77%
R=7.69%
G=21.54%
B=70.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal514460.890.7000.82226.8380.3910
Hex5E2E5946052e350a
Octal51656131106012234312012
Binary101111010111010110011000110010100101110001110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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