#050245

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

Shades of Midnight Express #050245

Tints of Midnight Express #050245

Color information

#050245 (or 0x050245) is unknown color: approx Midnight Express. HEX triplet: 05, 02 and 45. RGB value is (5,2,69). Sum of RGB (Red+Green+Blue) = 5+2+69=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 69 (27.34% from 255 or 90.79% from 76); Max value from RGB is 69 - color contains mainly: blue. Hex color #050245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050245 is #FAFDBA. Grayscale: #0A0A0A. Windows color (decimal): -16448955 or 4522501. OLE color: 4522501.

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

Color convert

RGB5269-
CMYK0.930.9700.73
HSL242.69º94.37%13.92%-
HSV(B)242.69º97.1%27.06%-
XYZ1.160.515.67-
YUV10.54160.99124.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 69 (27.34% from 255) = 90.79%
R=6.58%
G=2.63%
B=90.79%

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
Decimal52690.930.9700.73242.6994.3713.92
Hex52455D61049f35ee
Octal52105135141011136313616
Binary10110100010110111011100001010010011111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050245; }

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

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

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

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

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

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

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

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