#050244

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

Shades of Midnight Express #050244

Tints of Midnight Express #050244

Color information

#050244 (or 0x050244) is unknown color: approx Midnight Express. HEX triplet: 05, 02 and 44. RGB value is (5,2,68). Sum of RGB (Red+Green+Blue) = 5+2+68=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 68 (26.95% from 255 or 90.67% from 75); Max value from RGB is 68 - color contains mainly: blue. Hex color #050244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050244 is #FAFDBB. Grayscale: #0A0A0A. Windows color (decimal): -16448956 or 4456965. OLE color: 4456965.

HSL color Cylindrical-coordinate representation of color #050244: hue angle of 242.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050244 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB5268-
CMYK0.930.9700.73
HSL242.73º94.29%13.73%-
HSV(B)242.73º97.06%26.67%-
XYZ1.130.495.5-
YUV10.42160.49124.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 68 (26.95% from 255) = 90.67%
R=6.67%
G=2.67%
B=90.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal52680.930.9700.73242.7394.2913.73
Hex52445D61049f35ee
Octal52104135141011136313616
Binary10110100010010111011100001010010011111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050244; }

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

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

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

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

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

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

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

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