#020E3A

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

Shades of Midnight Express #020E3A

Tints of Midnight Express #020E3A

Color information

#020E3A (or 0x020E3A) is unknown color: approx Midnight Express. HEX triplet: 02, 0E and 3A. RGB value is (2,14,58). Sum of RGB (Red+Green+Blue) = 2+14+58=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 58 (23.05% from 255 or 78.38% from 74); Max value from RGB is 58 - color contains mainly: blue. Hex color #020E3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E3A is #FDF1C5. Grayscale: #0F0F0F. Windows color (decimal): -16642502 or 3804674. OLE color: 3804674.

HSL color Cylindrical-coordinate representation of color #020E3A: hue angle of 227.14º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020E3A is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB21458-
CMYK0.970.7600.77
HSL227.14º93.33%11.76%-
HSV(B)227.14º96.55%22.75%-
XYZ0.950.634.08-
YUV15.43152.02118.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 14 (5.86% from 255) = 18.92%
BLUE value IS 58 (23.05% from 255) = 78.38%
R=2.70%
G=18.92%
B=78.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal214580.970.7600.77227.1493.3311.76
Hex2E3A614C04De35dc
Octal21672141114011534313514
Binary10111011101011000011001100010011011110001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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