#020E45

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

Shades of Midnight Express #020E45

Tints of Midnight Express #020E45

Color information

#020E45 (or 0x020E45) is unknown color: approx Midnight Express. HEX triplet: 02, 0E and 45. RGB value is (2,14,69). Sum of RGB (Red+Green+Blue) = 2+14+69=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 69 (27.34% from 255 or 81.18% from 85); Max value from RGB is 69 - color contains mainly: blue. Hex color #020E45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E45 is #FDF1BA. Grayscale: #101010. Windows color (decimal): -16642491 or 4525570. OLE color: 4525570.

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

Color convert

RGB21469-
CMYK0.970.8000.73
HSL229.25º94.37%13.92%-
HSV(B)229.25º97.1%27.06%-
XYZ1.260.765.71-
YUV16.68157.52117.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 14 (5.86% from 255) = 16.47%
BLUE value IS 69 (27.34% from 255) = 81.18%
R=2.35%
G=16.47%
B=81.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal214690.970.8000.73229.2594.3713.92
Hex2E456150049e55ee
Octal216105141120011134513616
Binary101110100010111000011010000010010011110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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