#020548

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

Shades of Midnight Express #020548

Tints of Midnight Express #020548

Color information

#020548 (or 0x020548) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 48. RGB value is (2,5,72). Sum of RGB (Red+Green+Blue) = 2+5+72=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 72 (28.52% from 255 or 91.14% from 79); Max value from RGB is 72 - color contains mainly: blue. Hex color #020548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020548 is #FDFAB7. Grayscale: #0B0B0B. Windows color (decimal): -16644792 or 4719874. OLE color: 4719874.

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

Color convert

RGB2572-
CMYK0.970.9300.72
HSL237.43º94.59%14.51%-
HSV(B)237.43º97.22%28.24%-
XYZ1.250.596.18-
YUV11.74162.01121.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 72 (28.52% from 255) = 91.14%
R=2.53%
G=6.33%
B=91.14%

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
Decimal25720.970.9300.72237.4394.5914.51
Hex2548615D048ed5ff
Octal25110141135011035513717
Binary10101100100011000011011101010010001110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020548; }

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

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

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

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

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

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

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

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