#020E36

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

Shades of Midnight Express #020E36

Tints of Midnight Express #020E36

Color information

#020E36 (or 0x020E36) is unknown color: approx Midnight Express. HEX triplet: 02, 0E and 36. RGB value is (2,14,54). Sum of RGB (Red+Green+Blue) = 2+14+54=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 54 (21.48% from 255 or 77.14% from 70); Max value from RGB is 54 - color contains mainly: blue. Hex color #020E36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E36 is #FDF1C9. Grayscale: #0E0E0E. Windows color (decimal): -16642506 or 3542530. OLE color: 3542530.

HSL color Cylindrical-coordinate representation of color #020E36: hue angle of 226.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020E36 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB21454-
CMYK0.960.7400.79
HSL226.15º92.86%10.98%-
HSV(B)226.15º96.3%21.18%-
XYZ0.850.593.56-
YUV14.97150.02118.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 14 (5.86% from 255) = 20%
BLUE value IS 54 (21.48% from 255) = 77.14%
R=2.86%
G=20%
B=77.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal214540.960.7400.79226.1592.8610.98
Hex2E36604A04Fe25db
Octal21666140112011734213513
Binary10111011011011000001001010010011111110001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020E36; }

 p { color: rgb(2,14,54); }

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

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

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

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

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

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

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