#020748

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

Shades of Midnight Express #020748

Tints of Midnight Express #020748

Color information

#020748 (or 0x020748) is unknown color: approx Midnight Express. HEX triplet: 02, 07 and 48. RGB value is (2,7,72). Sum of RGB (Red+Green+Blue) = 2+7+72=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 72 (28.52% from 255 or 88.89% from 81); Max value from RGB is 72 - color contains mainly: blue. Hex color #020748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020748 is #FDF8B7. Grayscale: #0C0C0C. Windows color (decimal): -16644280 or 4720386. OLE color: 4720386.

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

Color convert

RGB2772-
CMYK0.970.9000.72
HSL235.71º94.59%14.51%-
HSV(B)235.71º97.22%28.24%-
XYZ1.270.636.19-
YUV12.92161.34120.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 72 (28.52% from 255) = 88.89%
R=2.47%
G=8.64%
B=88.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal27720.970.9000.72235.7194.5914.51
Hex2748615A048ec5ff
Octal27110141132011035413717
Binary10111100100011000011011010010010001110110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020748; }

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

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

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

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

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

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

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

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