Html Css Color HEX #020240 Midnight Express

📋 copy color: '#020240'

red 2 ◦ green 2 ◦ blue 64

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

Shades of Midnight Express #020240

Tints of Midnight Express #020240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.94%

 BLUE value IS 64 (25.39% from 255) = 94.12%

R = 2.94%
G = 2.94%
B = 94.12%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#020240 (or 0x020240) is known color: Midnight Express. HEX triplet: 02, 02 and 40. RGB value is (2,2,64). Sum of RGB (Red+Green+Blue) = 2+2+64=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 64 (25.39% from 255 or 94.12% from 68); Max value from RGB is 64 - color contains mainly: blue. Hex color #020240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020240 is #FDFDBF. Grayscale: #080808. Windows color (decimal): -16645568 or 4194818. OLE color: 4194818.

HSL color Cylindrical-coordinate representation of color #020240: hue angle of 240º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020240 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 2 64 -
CMYK 0.97 0.97 0 0.75
HSL 240º 0.94% 0.13% -
HSV(B) 240º 0.97% 0.25% -
XYZ 0.97 0.43 4.88 -
YUV 9.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 2 2 64 0.97 0.97 0 0.75 240 0.94 0.13
Hex 2 2 40 61 61 0 4B F0 5E D
Octal 2 2 100 141 141 0 113 360 136 15
Binary 10 10 1000000 1100001 1100001 0 1001011 11110000 1011110 1101

Color Harmonies of #020240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020240

Black with #020240

Text Example


Text Example

White with #020240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020240; }

 p { color: rgb(2,2,64); }

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

background-color css

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

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

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

border-color css

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

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

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