Html Css Color HEX #020E38 Midnight Express

📋 copy color: '#020E38'

red 2 ◦ green 14 ◦ blue 56

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

Shades of Midnight Express #020E38

Tints of Midnight Express #020E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 77.78%

R = 2.78%
G = 19.44%
B = 77.78%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#020E38 (or 0x020E38) is known color: Midnight Express. HEX triplet: 02, 0E and 38. RGB value is (2,14,56). Sum of RGB (Red+Green+Blue) = 2+14+56=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 56 (22.27% from 255 or 77.78% from 72); Max value from RGB is 56 - color contains mainly: blue. Hex color #020E38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E38 is #FDF1C7. Grayscale: #0F0F0F. Windows color (decimal): -16642504 or 3673602. OLE color: 3673602.

HSL color Cylindrical-coordinate representation of color #020E38: hue angle of 226.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020E38 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 14 56 -
CMYK 0.96 0.75 0 0.78
HSL 226.67º 0.93% 0.11% -
HSV(B) 226.67º 0.96% 0.22% -
XYZ 0.9 0.61 3.81 -
YUV 15.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 2 14 56 0.96 0.75 0 0.78 226.67 0.93 0.11
Hex 2 E 38 60 4B 0 4E E3 5D B
Octal 2 16 70 140 113 0 116 343 135 13
Binary 10 1110 111000 1100000 1001011 0 1001110 11100011 1011101 1011

Color Harmonies of #020E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E38

Black with #020E38

Text Example


Text Example

White with #020E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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