#050246

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

Shades of Midnight Express #050246

Tints of Midnight Express #050246

Color information

#050246 (or 0x050246) is unknown color: approx Midnight Express. HEX triplet: 05, 02 and 46. RGB value is (5,2,70). Sum of RGB (Red+Green+Blue) = 5+2+70=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 70 (27.73% from 255 or 90.91% from 77); Max value from RGB is 70 - color contains mainly: blue. Hex color #050246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050246 is #FAFDB9. Grayscale: #0A0A0A. Windows color (decimal): -16448954 or 4588037. OLE color: 4588037.

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

Color convert

RGB5270-
CMYK0.930.9700.73
HSL242.65º94.44%14.12%-
HSV(B)242.65º97.14%27.45%-
XYZ1.190.525.83-
YUV10.65161.49123.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 70 (27.73% from 255) = 90.91%
R=6.49%
G=2.60%
B=90.91%

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
Decimal52700.930.9700.73242.6594.4414.12
Hex52465D61049f35ee
Octal52106135141011136313616
Binary10110100011010111011100001010010011111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050246; }

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

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

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

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

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

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

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

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