#020544

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

Shades of Midnight Express #020544

Tints of Midnight Express #020544

Color information

#020544 (or 0x020544) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 44. RGB value is (2,5,68). Sum of RGB (Red+Green+Blue) = 2+5+68=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 5 (2.34% from 255 or 6.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 #020544 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020544 is #FDFABB. Grayscale: #0B0B0B. Windows color (decimal): -16644796 or 4457730. OLE color: 4457730.

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

Color convert

RGB2568-
CMYK0.970.9300.73
HSL237.27º94.29%13.73%-
HSV(B)237.27º97.06%26.67%-
XYZ1.120.545.51-
YUV11.28160.01121.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal25680.970.9300.73237.2794.2913.73
Hex2544615D049ed5ee
Octal25104141135011135513616
Binary10101100010011000011011101010010011110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020544; }

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

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

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

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

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

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

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

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