#050E34

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

Shades of Midnight Express #050E34

Tints of Midnight Express #050E34

Color information

#050E34 (or 0x050E34) is unknown color: approx Midnight Express. HEX triplet: 05, 0E and 34. RGB value is (5,14,52). Sum of RGB (Red+Green+Blue) = 5+14+52=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 52 (20.70% from 255 or 73.24% from 71); Max value from RGB is 52 - color contains mainly: blue. Hex color #050E34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E34 is #FAF1CB. Grayscale: #0F0F0F. Windows color (decimal): -16445900 or 3411461. OLE color: 3411461.

HSL color Cylindrical-coordinate representation of color #050E34: hue angle of 228.51º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050E34 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB51452-
CMYK0.900.7300.80
HSL228.51º82.46%11.18%-
HSV(B)228.51º90.38%20.39%-
XYZ0.840.593.32-
YUV15.64148.52120.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 14 (5.86% from 255) = 19.72%
BLUE value IS 52 (20.70% from 255) = 73.24%
R=7.04%
G=19.72%
B=73.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal514520.900.7300.80228.5182.4611.18
Hex5E345A49050e552b
Octal51664132111012034512213
Binary101111011010010110101001001010100001110010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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