#020345

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

Shades of Midnight Express #020345

Tints of Midnight Express #020345

Color information

#020345 (or 0x020345) is unknown color: approx Midnight Express. HEX triplet: 02, 03 and 45. RGB value is (2,3,69). Sum of RGB (Red+Green+Blue) = 2+3+69=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 69 (27.34% from 255 or 93.24% from 74); Max value from RGB is 69 - color contains mainly: blue. Hex color #020345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020345 is #FDFCBA. Grayscale: #090909. Windows color (decimal): -16645307 or 4522754. OLE color: 4522754.

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

Color convert

RGB2369-
CMYK0.970.9600.73
HSL239.1º94.37%13.92%-
HSV(B)239.1º97.1%27.06%-
XYZ1.130.515.67-
YUV10.23161.17122.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 69 (27.34% from 255) = 93.24%
R=2.70%
G=4.05%
B=93.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal23690.970.9600.73239.194.3713.92
Hex23456160049ef5ee
Octal23105141140011135713616
Binary1011100010111000011100000010010011110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020345; }

 p { color: rgb(2,3,69); }

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

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

 a { background-color: rgb(2,3,69); }

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

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

 span { border-color: rgb(2,3,69); }

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