#020547

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

Shades of Midnight Express #020547

Tints of Midnight Express #020547

Color information

#020547 (or 0x020547) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 47. RGB value is (2,5,71). Sum of RGB (Red+Green+Blue) = 2+5+71=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 71 (28.12% from 255 or 91.03% from 78); Max value from RGB is 71 - color contains mainly: blue. Hex color #020547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020547 is #FDFAB8. Grayscale: #0B0B0B. Windows color (decimal): -16644793 or 4654338. OLE color: 4654338.

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

Color convert

RGB2571-
CMYK0.970.9300.72
HSL237.39º94.52%14.31%-
HSV(B)237.39º97.18%27.84%-
XYZ1.220.586.01-
YUV11.63161.51121.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 71 (28.12% from 255) = 91.03%
R=2.56%
G=6.41%
B=91.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal25710.970.9300.72237.3994.5214.31
Hex2547615D048ed5fe
Octal25107141135011035513716
Binary10101100011111000011011101010010001110110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020547; }

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

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

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

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

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

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

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

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