#020246

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

Shades of Midnight Express #020246

Tints of Midnight Express #020246

Color information

#020246 (or 0x020246) is unknown color: approx Midnight Express. HEX triplet: 02, 02 and 46. RGB value is (2,2,70). Sum of RGB (Red+Green+Blue) = 2+2+70=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 70 (27.73% from 255 or 94.59% from 74); Max value from RGB is 70 - color contains mainly: blue. Hex color #020246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020246 is #FDFDB9. Grayscale: #090909. Windows color (decimal): -16645562 or 4588034. OLE color: 4588034.

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

Color convert

RGB2270-
CMYK0.970.9700.73
HSL240º94.44%14.12%-
HSV(B)240º97.14%27.45%-
XYZ1.150.55.83-
YUV9.75162122.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 70 (27.73% from 255) = 94.59%
R=2.70%
G=2.70%
B=94.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal22700.970.9700.7324094.4414.12
Hex22466161049f05ee
Octal22106141141011136013616
Binary1010100011011000011100001010010011111000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020246; }

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

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

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

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

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

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

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

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