#020E2D

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

Shades of Midnight Express #020E2D

Tints of Midnight Express #020E2D

Color information

#020E2D (or 0x020E2D) is unknown color: approx Midnight Express. HEX triplet: 02, 0E and 2D. RGB value is (2,14,45). Sum of RGB (Red+Green+Blue) = 2+14+45=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 45 (17.97% from 255 or 73.77% from 61); Max value from RGB is 45 - color contains mainly: blue. Hex color #020E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E2D is #FDF1D2. Grayscale: #0D0D0D. Windows color (decimal): -16642515 or 2952706. OLE color: 2952706.

HSL color Cylindrical-coordinate representation of color #020E2D: hue angle of 223.26º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020E2D is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB21445-
CMYK0.960.6900.82
HSL223.26º91.49%9.22%-
HSV(B)223.26º95.56%17.65%-
XYZ0.660.522.55-
YUV13.95145.52119.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.28%
GREEN value IS 14 (5.86% from 255) = 22.95%
BLUE value IS 45 (17.97% from 255) = 73.77%
R=3.28%
G=22.95%
B=73.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal214450.960.6900.82223.2691.499.22
Hex2E2D6045052df5b9
Octal21655140105012233713311
Binary10111010110111000001000101010100101101111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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