Html Css Color HEX #020039 Midnight Express

📋 copy color: '#020039'

red 2 ◦ green 0 ◦ blue 57

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

Shades of Midnight Express #020039

Tints of Midnight Express #020039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 96.61%

R = 3.39%
G = 0%
B = 96.61%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#020039 (or 0x020039) is known color: Midnight Express. HEX triplet: 02, 00 and 39. RGB value is (2,0,57). Sum of RGB (Red+Green+Blue) = 2+0+57=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 57 (22.66% from 255 or 96.61% from 59); Max value from RGB is 57 - color contains mainly: blue. Hex color #020039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020039 is #FDFFC6. Grayscale: #060606. Windows color (decimal): -16646087 or 3735554. OLE color: 3735554.

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

Color convert

RGB 2 0 57 -
CMYK 0.96 1 0 0.78
HSL 242.11º 1% 0.11% -
HSV(B) 242.11º 1% 0.22% -
XYZ 0.76 0.31 3.89 -
YUV 7.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 2 0 57 0.96 1 0 0.78 242.11 1 0.11
Hex 2 0 39 60 64 0 4E F2 64 B
Octal 2 0 71 140 144 0 116 362 144 13
Binary 10 0 111001 1100000 1100100 0 1001110 11110010 1100100 1011

Color Harmonies of #020039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020039

Black with #020039

Text Example


Text Example

White with #020039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020039; }

 p { color: rgb(2,0,57); }

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

background-color css

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

 a { background-color: rgb(2,0,57); }

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

border-color css

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

 span { border-color: rgb(2,0,57); }

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