Html Css Color HEX #020E2B Midnight Express

📋 copy color: '#020E2B'

red 2 ◦ green 14 ◦ blue 43

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

Shades of Midnight Express #020E2B

Tints of Midnight Express #020E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 72.88%

R = 3.39%
G = 23.73%
B = 72.88%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#020E2B (or 0x020E2B) is known color: Midnight Express. HEX triplet: 02, 0E and 2B. RGB value is (2,14,43). Sum of RGB (Red+Green+Blue) = 2+14+43=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 43 (17.19% from 255 or 72.88% from 59); Max value from RGB is 43 - color contains mainly: blue. Hex color #020E2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E2B is #FDF1D4. Grayscale: #0D0D0D. Windows color (decimal): -16642517 or 2821634. OLE color: 2821634.

HSL color Cylindrical-coordinate representation of color #020E2B: hue angle of 222.44º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020E2B is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 2 14 43 -
CMYK 0.95 0.67 0 0.83
HSL 222.44º 0.91% 0.09% -
HSV(B) 222.44º 0.95% 0.17% -
XYZ 0.62 0.5 2.35 -
YUV 13.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 2 14 43 0.95 0.67 0 0.83 222.44 0.91 0.09
Hex 2 E 2B 5F 43 0 53 DE 5B 9
Octal 2 16 53 137 103 0 123 336 133 11
Binary 10 1110 101011 1011111 1000011 0 1010011 11011110 1011011 1001

Color Harmonies of #020E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E2B

Black with #020E2B

Text Example


Text Example

White with #020E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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