Html Css Color HEX #020E2C Midnight Express

📋 copy color: '#020E2C'

red 2 ◦ green 14 ◦ blue 44

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

Shades of Midnight Express #020E2C

Tints of Midnight Express #020E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 73.33%

R = 3.33%
G = 23.33%
B = 73.33%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#020E2C (or 0x020E2C) is known color: Midnight Express. HEX triplet: 02, 0E and 2C. RGB value is (2,14,44). Sum of RGB (Red+Green+Blue) = 2+14+44=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 44 (17.58% from 255 or 73.33% from 60); Max value from RGB is 44 - color contains mainly: blue. Hex color #020E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E2C is #FDF1D3. Grayscale: #0D0D0D. Windows color (decimal): -16642516 or 2887170. OLE color: 2887170.

HSL color Cylindrical-coordinate representation of color #020E2C: hue angle of 222.86º 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 #020E2C is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 2 14 44 -
CMYK 0.95 0.68 0 0.83
HSL 222.86º 0.91% 0.09% -
HSV(B) 222.86º 0.95% 0.17% -
XYZ 0.64 0.51 2.45 -
YUV 13.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 2 14 44 0.95 0.68 0 0.83 222.86 0.91 0.09
Hex 2 E 2C 5F 44 0 53 DF 5B 9
Octal 2 16 54 137 104 0 123 337 133 11
Binary 10 1110 101100 1011111 1000100 0 1010011 11011111 1011011 1001

Color Harmonies of #020E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E2C

Black with #020E2C

Text Example


Text Example

White with #020E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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