#020942

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

Shades of Midnight Express #020942

Tints of Midnight Express #020942

Color information

#020942 (or 0x020942) is unknown color: approx Midnight Express. HEX triplet: 02, 09 and 42. RGB value is (2,9,66). Sum of RGB (Red+Green+Blue) = 2+9+66=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 66 (26.17% from 255 or 85.71% from 77); Max value from RGB is 66 - color contains mainly: blue. Hex color #020942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020942 is #FDF6BD. Grayscale: #0D0D0D. Windows color (decimal): -16643774 or 4327682. OLE color: 4327682.

HSL color Cylindrical-coordinate representation of color #020942: hue angle of 233.44º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020942 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB2966-
CMYK0.970.8600.74
HSL233.44º94.12%13.33%-
HSV(B)233.44º96.97%25.88%-
XYZ1.110.65.21-
YUV13.4157.68119.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 66 (26.17% from 255) = 85.71%
R=2.60%
G=11.69%
B=85.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal29660.970.8600.74233.4494.1213.33
Hex2942615604Ae95ed
Octal211102141126011235113615
Binary101001100001011000011010110010010101110100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020942; }

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

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

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

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

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

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

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

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