#050934

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

Shades of Midnight Express #050934

Tints of Midnight Express #050934

Color information

#050934 (or 0x050934) is unknown color: approx Midnight Express. HEX triplet: 05, 09 and 34. RGB value is (5,9,52). Sum of RGB (Red+Green+Blue) = 5+9+52=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 52 (20.70% from 255 or 78.79% from 66); Max value from RGB is 52 - color contains mainly: blue. Hex color #050934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050934 is #FAF6CB. Grayscale: #0C0C0C. Windows color (decimal): -16447180 or 3410181. OLE color: 3410181.

HSL color Cylindrical-coordinate representation of color #050934: hue angle of 234.89º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050934 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB5952-
CMYK0.900.8300.80
HSL234.89º82.46%11.18%-
HSV(B)234.89º90.38%20.39%-
XYZ0.780.483.3-
YUV12.71150.17122.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 52 (20.70% from 255) = 78.79%
R=7.58%
G=13.64%
B=78.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal59520.900.8300.80234.8982.4611.18
Hex59345A53050eb52b
Octal51164132123012035312213
Binary101100111010010110101010011010100001110101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050934; }

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

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

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

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

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

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

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

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