#020744

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

Shades of Midnight Express #020744

Tints of Midnight Express #020744

Color information

#020744 (or 0x020744) is unknown color: approx Midnight Express. HEX triplet: 02, 07 and 44. RGB value is (2,7,68). Sum of RGB (Red+Green+Blue) = 2+7+68=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 68 (26.95% from 255 or 88.31% from 77); Max value from RGB is 68 - color contains mainly: blue. Hex color #020744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020744 is #FDF8BB. Grayscale: #0C0C0C. Windows color (decimal): -16644284 or 4458242. OLE color: 4458242.

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

Color convert

RGB2768-
CMYK0.970.9000.73
HSL235.45º94.29%13.73%-
HSV(B)235.45º97.06%26.67%-
XYZ1.140.585.52-
YUV12.46159.34120.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 68 (26.95% from 255) = 88.31%
R=2.60%
G=9.09%
B=88.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal27680.970.9000.73235.4594.2913.73
Hex2744615A049eb5ee
Octal27104141132011135313616
Binary10111100010011000011011010010010011110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020744; }

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

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

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

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

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

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

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

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