#020538

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

Shades of Midnight Express #020538

Tints of Midnight Express #020538

Color information

#020538 (or 0x020538) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 38. RGB value is (2,5,56). Sum of RGB (Red+Green+Blue) = 2+5+56=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 56 (22.27% from 255 or 88.89% from 63); Max value from RGB is 56 - color contains mainly: blue. Hex color #020538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020538 is #FDFAC7. Grayscale: #090909. Windows color (decimal): -16644808 or 3671298. OLE color: 3671298.

HSL color Cylindrical-coordinate representation of color #020538: hue angle of 236.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020538 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB2556-
CMYK0.960.9100.78
HSL236.67º93.1%11.37%-
HSV(B)236.67º96.43%21.96%-
XYZ0.790.413.78-
YUV9.92154.01122.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 56 (22.27% from 255) = 88.89%
R=3.17%
G=7.94%
B=88.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal25560.960.9100.78236.6793.111.37
Hex2538605B04Eed5db
Octal2570140133011635513513
Binary1010111100011000001011011010011101110110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020538; }

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

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

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

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

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

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

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

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