Html Css Color HEX #020E3A Midnight Express

📋 copy color: '#020E3A'

red 2 ◦ green 14 ◦ blue 58

#020E3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #020E3A

Tints of Midnight Express #020E3A

RGB

 RED value IS 2 (1.17% from 255) = 2.7%

 GREEN value IS 14 (5.86% from 255) = 18.92%

 BLUE value IS 58 (23.05% from 255) = 78.38%

R = 2.7%
G = 18.92%
B = 78.38%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#020E3A (or 0x020E3A) is known color: 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

RGB 2 14 58 -
CMYK 0.97 0.76 0 0.77
HSL 227.14º 0.93% 0.12% -
HSV(B) 227.14º 0.97% 0.23% -
XYZ 0.95 0.63 4.08 -
YUV 15.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 2 14 58 0.97 0.76 0 0.77 227.14 0.93 0.12
Hex 2 E 3A 61 4C 0 4D E3 5D C
Octal 2 16 72 141 114 0 115 343 135 14
Binary 10 1110 111010 1100001 1001100 0 1001101 11100011 1011101 1100

Color Harmonies of #020E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E3A

Black with #020E3A

Text Example


Text Example

White with #020E3A

Text Example


Text Example

HTML Codes & Css Web 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>