#020846

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

Shades of Midnight Express #020846

Tints of Midnight Express #020846

Color information

#020846 (or 0x020846) is unknown color: approx Midnight Express. HEX triplet: 02, 08 and 46. RGB value is (2,8,70). Sum of RGB (Red+Green+Blue) = 2+8+70=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 70 (27.73% from 255 or 87.5% from 80); Max value from RGB is 70 - color contains mainly: blue. Hex color #020846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020846 is #FDF7B9. Grayscale: #0D0D0D. Windows color (decimal): -16644026 or 4589570. OLE color: 4589570.

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

Color convert

RGB2870-
CMYK0.970.8900.73
HSL234.71º94.44%14.12%-
HSV(B)234.71º97.14%27.45%-
XYZ1.220.635.85-
YUV13.27160.01119.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 8 (3.52% from 255) = 10%
BLUE value IS 70 (27.73% from 255) = 87.5%
R=2.5%
G=10%
B=87.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal28700.970.8900.73234.7194.4414.12
Hex28466159049eb5ee
Octal210106141131011135313616
Binary101000100011011000011011001010010011110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020846; }

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

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

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

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

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

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

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

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