Html Css Color HEX #020E2D Midnight Express

📋 copy color: '#020E2D'

red 2 ◦ green 14 ◦ blue 45

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

Shades of Midnight Express #020E2D

Tints of Midnight Express #020E2D

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 value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

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

RGB 2 14 45 -
CMYK 0.96 0.69 0 0.82
HSL 223.26º 0.91% 0.09% -
HSV(B) 223.26º 0.96% 0.18% -
XYZ 0.66 0.52 2.55 -
YUV 13.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 2 14 45 0.96 0.69 0 0.82 223.26 0.91 0.09
Hex 2 E 2D 60 45 0 52 DF 5B 9
Octal 2 16 55 140 105 0 122 337 133 11
Binary 10 1110 101101 1100000 1000101 0 1010010 11011111 1011011 1001

Color Harmonies of #020E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E2D

Black with #020E2D

Text Example


Text Example

White with #020E2D

Text Example


Text Example

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