#020946

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

Shades of Midnight Express #020946

Tints of Midnight Express #020946

Color information

#020946 (or 0x020946) is unknown color: approx Midnight Express. HEX triplet: 02, 09 and 46. RGB value is (2,9,70). Sum of RGB (Red+Green+Blue) = 2+9+70=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 70 (27.73% from 255 or 86.42% from 81); Max value from RGB is 70 - color contains mainly: blue. Hex color #020946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020946 is #FDF6B9. Grayscale: #0D0D0D. Windows color (decimal): -16643770 or 4589826. OLE color: 4589826.

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

Color convert

RGB2970-
CMYK0.970.8700.73
HSL233.82º94.44%14.12%-
HSV(B)233.82º97.14%27.45%-
XYZ1.230.655.86-
YUV13.86159.68119.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 70 (27.73% from 255) = 86.42%
R=2.47%
G=11.11%
B=86.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal29700.970.8700.73233.8294.4414.12
Hex29466157049ea5ee
Octal211106141127011135213616
Binary101001100011011000011010111010010011110101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020946; }

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

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

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

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

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

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

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

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