#050A43

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

Shades of Midnight Express #050A43

Tints of Midnight Express #050A43

Color information

#050A43 (or 0x050A43) is unknown color: approx Midnight Express. HEX triplet: 05, 0A and 43. RGB value is (5,10,67). Sum of RGB (Red+Green+Blue) = 5+10+67=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 67 (26.56% from 255 or 81.71% from 82); Max value from RGB is 67 - color contains mainly: blue. Hex color #050A43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A43 is #FAF5BC. Grayscale: #0E0E0E. Windows color (decimal): -16446909 or 4393477. OLE color: 4393477.

HSL color Cylindrical-coordinate representation of color #050A43: hue angle of 235.16º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050A43 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB51067-
CMYK0.930.8500.74
HSL235.16º86.11%14.12%-
HSV(B)235.16º92.54%26.27%-
XYZ1.180.655.37-
YUV15157.34120.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 67 (26.56% from 255) = 81.71%
R=6.10%
G=12.20%
B=81.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal510670.930.8500.74235.1686.1114.12
Hex5A435D5504Aeb56e
Octal512103135125011235312616
Binary1011010100001110111011010101010010101110101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,10,67); }

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

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

 a { background-color: rgb(5,10,67); }

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

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

 span { border-color: rgb(5,10,67); }

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