#050E3C

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

Shades of Midnight Express #050E3C

Tints of Midnight Express #050E3C

Color information

#050E3C (or 0x050E3C) is unknown color: approx Midnight Express. HEX triplet: 05, 0E and 3C. RGB value is (5,14,60). Sum of RGB (Red+Green+Blue) = 5+14+60=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #050E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E3C is #FAF1C3. Grayscale: #101010. Windows color (decimal): -16445892 or 3935749. OLE color: 3935749.

HSL color Cylindrical-coordinate representation of color #050E3C: hue angle of 230.18º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050E3C is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB51460-
CMYK0.920.7700.76
HSL230.18º84.62%12.75%-
HSV(B)230.18º91.67%23.53%-
XYZ1.040.674.35-
YUV16.55152.52119.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 14 (5.86% from 255) = 17.72%
BLUE value IS 60 (23.83% from 255) = 75.95%
R=6.33%
G=17.72%
B=75.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal514600.920.7700.76230.1884.6212.75
Hex5E3C5C4D04Ce655d
Octal51674134115011434612515
Binary101111011110010111001001101010011001110011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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