#020745

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

Shades of Midnight Express #020745

Tints of Midnight Express #020745

Color information

#020745 (or 0x020745) is unknown color: approx Midnight Express. HEX triplet: 02, 07 and 45. RGB value is (2,7,69). Sum of RGB (Red+Green+Blue) = 2+7+69=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 69 (27.34% from 255 or 88.46% from 78); Max value from RGB is 69 - color contains mainly: blue. Hex color #020745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020745 is #FDF8BA. Grayscale: #0C0C0C. Windows color (decimal): -16644283 or 4523778. OLE color: 4523778.

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

Color convert

RGB2769-
CMYK0.970.9000.73
HSL235.52º94.37%13.92%-
HSV(B)235.52º97.1%27.06%-
XYZ1.180.595.68-
YUV12.57159.84120.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 69 (27.34% from 255) = 88.46%
R=2.56%
G=8.97%
B=88.46%

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
Decimal27690.970.9000.73235.5294.3713.92
Hex2745615A049ec5ee
Octal27105141132011135413616
Binary10111100010111000011011010010010011110110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020745; }

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

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

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

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

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

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

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

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