#050943

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

Shades of Midnight Express #050943

Tints of Midnight Express #050943

Color information

#050943 (or 0x050943) is unknown color: approx Midnight Express. HEX triplet: 05, 09 and 43. RGB value is (5,9,67). Sum of RGB (Red+Green+Blue) = 5+9+67=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 67 (26.56% from 255 or 82.72% from 81); Max value from RGB is 67 - color contains mainly: blue. Hex color #050943 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050943 is #FAF6BC. Grayscale: #0E0E0E. Windows color (decimal): -16447165 or 4393221. OLE color: 4393221.

HSL color Cylindrical-coordinate representation of color #050943: hue angle of 236.13º 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 #050943 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB5967-
CMYK0.930.8700.74
HSL236.13º86.11%14.12%-
HSV(B)236.13º92.54%26.27%-
XYZ1.170.635.37-
YUV14.42157.67121.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 67 (26.56% from 255) = 82.72%
R=6.17%
G=11.11%
B=82.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal59670.930.8700.74236.1386.1114.12
Hex59435D5704Aec56e
Octal511103135127011235412616
Binary1011001100001110111011010111010010101110110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050943; }

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

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

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

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

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

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

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

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