#020546

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

Shades of Midnight Express #020546

Tints of Midnight Express #020546

Color information

#020546 (or 0x020546) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 46. RGB value is (2,5,70). Sum of RGB (Red+Green+Blue) = 2+5+70=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 5 (2.34% from 255 or 6.49% 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 #020546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020546 is #FDFAB9. Grayscale: #0B0B0B. Windows color (decimal): -16644794 or 4588802. OLE color: 4588802.

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

Color convert

RGB2570-
CMYK0.970.9300.73
HSL237.35º94.44%14.12%-
HSV(B)237.35º97.14%27.45%-
XYZ1.180.565.84-
YUV11.51161.01121.21-

RGB Variations

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

RGB

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

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
Decimal25700.970.9300.73237.3594.4414.12
Hex2546615D049ed5ee
Octal25106141135011135513616
Binary10101100011011000011011101010010011110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020546; }

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

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

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

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

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

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

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

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