#020041

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

Shades of Midnight Express #020041

Tints of Midnight Express #020041

Color information

#020041 (or 0x020041) is unknown color: approx Midnight Express. HEX triplet: 02, 00 and 41. RGB value is (2,0,65). Sum of RGB (Red+Green+Blue) = 2+0+65=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 65 (25.78% from 255 or 97.01% from 67); Max value from RGB is 65 - color contains mainly: blue. Hex color #020041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020041 is #FDFFBE. Grayscale: #070707. Windows color (decimal): -16646079 or 4259842. OLE color: 4259842.

HSL color Cylindrical-coordinate representation of color #020041: hue angle of 241.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020041 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB2065-
CMYK0.97100.75
HSL241.85º100%12.75%-
HSV(B)241.85º100%25.49%-
XYZ0.980.395.03-
YUV8.01160.16123.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 97.01%
R=2.99%
G=0%
B=97.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal20650.97100.75241.8510012.75
Hex2041616404Bf264d
Octal20101141144011336214415
Binary100100000111000011100100010010111111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020041; }

 p { color: rgb(2,0,65); }

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

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

 a { background-color: rgb(2,0,65); }

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

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

 span { border-color: rgb(2,0,65); }

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