#050938

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

Shades of Midnight Express #050938

Tints of Midnight Express #050938

Color information

#050938 (or 0x050938) is unknown color: approx Midnight Express. HEX triplet: 05, 09 and 38. RGB value is (5,9,56). Sum of RGB (Red+Green+Blue) = 5+9+56=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 56 (22.27% from 255 or 80% from 70); Max value from RGB is 56 - color contains mainly: blue. Hex color #050938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050938 is #FAF6C7. Grayscale: #0C0C0C. Windows color (decimal): -16447176 or 3672325. OLE color: 3672325.

HSL color Cylindrical-coordinate representation of color #050938: hue angle of 235.29º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050938 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB5956-
CMYK0.910.8400.78
HSL235.29º83.61%11.96%-
HSV(B)235.29º91.07%21.96%-
XYZ0.870.513.79-
YUV13.16152.17122.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 9 (3.91% from 255) = 12.86%
BLUE value IS 56 (22.27% from 255) = 80%
R=7.14%
G=12.86%
B=80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal59560.910.8400.78235.2983.6111.96
Hex59385B5404Eeb54c
Octal51170133124011635312414
Binary101100111100010110111010100010011101110101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050938; }

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

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

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

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

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

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

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

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