Html Css Color HEX #020E30 Midnight Express

📋 copy color: '#020E30'

red 2 ◦ green 14 ◦ blue 48

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

Shades of Midnight Express #020E30

Tints of Midnight Express #020E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 75%

R = 3.13%
G = 21.88%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#020E30 (or 0x020E30) is known color: Midnight Express. HEX triplet: 02, 0E and 30. RGB value is (2,14,48). Sum of RGB (Red+Green+Blue) = 2+14+48=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #020E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E30 is #FDF1CF. Grayscale: #0E0E0E. Windows color (decimal): -16642512 or 3149314. OLE color: 3149314.

HSL color Cylindrical-coordinate representation of color #020E30: hue angle of 224.35º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020E30 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 14 48 -
CMYK 0.96 0.71 0 0.81
HSL 224.35º 0.92% 0.1% -
HSV(B) 224.35º 0.96% 0.19% -
XYZ 0.72 0.54 2.86 -
YUV 14.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 2 14 48 0.96 0.71 0 0.81 224.35 0.92 0.1
Hex 2 E 30 60 47 0 51 E0 5C A
Octal 2 16 60 140 107 0 121 340 134 12
Binary 10 1110 110000 1100000 1000111 0 1010001 11100000 1011100 1010

Color Harmonies of #020E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E30

Black with #020E30

Text Example


Text Example

White with #020E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #020E30;
 }
 .AnyTagClassName
 {
   color: #020E30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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