Html Css Color HEX #021940 Midnight Express

📋 copy color: '#021940'

red 2 ◦ green 25 ◦ blue 64

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

Shades of Midnight Express #021940

Tints of Midnight Express #021940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.47%

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

R = 2.2%
G = 27.47%
B = 70.33%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021940 (or 0x021940) is known color: Midnight Express. HEX triplet: 02, 19 and 40. RGB value is (2,25,64). Sum of RGB (Red+Green+Blue) = 2+25+64=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #021940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021940 is #FDE6BF. Grayscale: #161616. Windows color (decimal): -16639680 or 4200706. OLE color: 4200706.

HSL color Cylindrical-coordinate representation of color #021940: hue angle of 217.74º 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 #021940 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 25 64 -
CMYK 0.97 0.61 0 0.75
HSL 217.74º 0.94% 0.13% -
HSV(B) 217.74º 0.97% 0.25% -
XYZ 1.3 1.08 4.99 -
YUV 22.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 2 25 64 0.97 0.61 0 0.75 217.74 0.94 0.13
Hex 2 19 40 61 3D 0 4B DA 5E D
Octal 2 31 100 141 75 0 113 332 136 15
Binary 10 11001 1000000 1100001 111101 0 1001011 11011010 1011110 1101

Color Harmonies of #021940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021940

Black with #021940

Text Example


Text Example

White with #021940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021940; }

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

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

background-color css

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

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

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

border-color css

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

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

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