#020146

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

Shades of Midnight Express #020146

Tints of Midnight Express #020146

Color information

#020146 (or 0x020146) is unknown color: approx Midnight Express. HEX triplet: 02, 01 and 46. RGB value is (2,1,70). Sum of RGB (Red+Green+Blue) = 2+1+70=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 70 (27.73% from 255 or 95.89% from 73); Max value from RGB is 70 - color contains mainly: blue. Hex color #020146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020146 is #FDFEB9. Grayscale: #080808. Windows color (decimal): -16645818 or 4587778. OLE color: 4587778.

HSL color Cylindrical-coordinate representation of color #020146: hue angle of 240.87º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020146 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB2170-
CMYK0.970.9900.73
HSL240.87º97.18%13.92%-
HSV(B)240.87º98.57%27.45%-
XYZ1.140.485.83-
YUV9.17162.33122.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 70 (27.73% from 255) = 95.89%
R=2.74%
G=1.37%
B=95.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal21700.970.9900.73240.8797.1813.92
Hex21466163049f161e
Octal21106141143011136114116
Binary101100011011000011100011010010011111000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020146; }

 p { color: rgb(2,1,70); }

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

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

 a { background-color: rgb(2,1,70); }

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

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

 span { border-color: rgb(2,1,70); }

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