#050E35

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

Shades of Midnight Express #050E35

Tints of Midnight Express #050E35

Color information

#050E35 (or 0x050E35) is unknown color: approx Midnight Express. HEX triplet: 05, 0E and 35. RGB value is (5,14,53). Sum of RGB (Red+Green+Blue) = 5+14+53=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 53 (21.09% from 255 or 73.61% from 72); Max value from RGB is 53 - color contains mainly: blue. Hex color #050E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E35 is #FAF1CA. Grayscale: #0F0F0F. Windows color (decimal): -16445899 or 3476997. OLE color: 3476997.

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

Color convert

RGB51453-
CMYK0.910.7400.79
HSL228.75º82.76%11.37%-
HSV(B)228.75º90.57%20.78%-
XYZ0.860.63.44-
YUV15.76149.02120.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 53 (21.09% from 255) = 73.61%
R=6.94%
G=19.44%
B=73.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal514530.910.7400.79228.7582.7611.37
Hex5E355B4A04Fe553b
Octal51665133112011734512313
Binary101111011010110110111001010010011111110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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