#020244

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

Shades of Midnight Express #020244

Tints of Midnight Express #020244

Color information

#020244 (or 0x020244) is unknown color: approx Midnight Express. HEX triplet: 02, 02 and 44. RGB value is (2,2,68). Sum of RGB (Red+Green+Blue) = 2+2+68=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 68 (26.95% from 255 or 94.44% from 72); Max value from RGB is 68 - color contains mainly: blue. Hex color #020244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020244 is #FDFDBB. Grayscale: #090909. Windows color (decimal): -16645564 or 4456962. OLE color: 4456962.

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

Color convert

RGB2268-
CMYK0.970.9700.73
HSL240º94.29%13.73%-
HSV(B)240º97.06%26.67%-
XYZ1.090.475.5-
YUV9.52161122.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 68 (26.95% from 255) = 94.44%
R=2.78%
G=2.78%
B=94.44%

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
Decimal22680.970.9700.7324094.2913.73
Hex22446161049f05ee
Octal22104141141011136013616
Binary1010100010011000011100001010010011111000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020244; }

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

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

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

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

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

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

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

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