#050239

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

Shades of Midnight Express #050239

Tints of Midnight Express #050239

Color information

#050239 (or 0x050239) is unknown color: approx Midnight Express. HEX triplet: 05, 02 and 39. RGB value is (5,2,57). Sum of RGB (Red+Green+Blue) = 5+2+57=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 57 (22.66% from 255 or 89.06% from 64); Max value from RGB is 57 - color contains mainly: blue. Hex color #050239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050239 is #FAFDC6. Grayscale: #080808. Windows color (decimal): -16448967 or 3736069. OLE color: 3736069.

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

Color convert

RGB5257-
CMYK0.910.9600.78
HSL243.27º93.22%11.57%-
HSV(B)243.27º96.49%22.35%-
XYZ0.820.373.9-
YUV9.17154.99125.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 57 (22.66% from 255) = 89.06%
R=7.81%
G=3.12%
B=89.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal52570.910.9600.78243.2793.2211.57
Hex52395B6004Ef35dc
Octal5271133140011636313514
Binary1011011100110110111100000010011101111001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050239; }

 p { color: rgb(5,2,57); }

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

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

 a { background-color: rgb(5,2,57); }

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

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

 span { border-color: rgb(5,2,57); }

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