Html Css Color HEX #020444 Midnight Express

📋 copy color: '#020444'

red 2 ◦ green 4 ◦ blue 68

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

Shades of Midnight Express #020444

Tints of Midnight Express #020444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.41%

 BLUE value IS 68 (26.95% from 255) = 91.89%

R = 2.7%
G = 5.41%
B = 91.89%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#020444 (or 0x020444) is known color: Midnight Express. HEX triplet: 02, 04 and 44. RGB value is (2,4,68). Sum of RGB (Red+Green+Blue) = 2+4+68=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 68 (26.95% from 255 or 91.89% from 74); Max value from RGB is 68 - color contains mainly: blue. Hex color #020444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020444 is #FDFBBB. Grayscale: #0A0A0A. Windows color (decimal): -16645052 or 4457474. OLE color: 4457474.

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

Color convert

RGB 2 4 68 -
CMYK 0.97 0.94 0 0.73
HSL 238.18º 0.94% 0.14% -
HSV(B) 238.18º 0.97% 0.27% -
XYZ 1.11 0.52 5.51 -
YUV 10.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 2 4 68 0.97 0.94 0 0.73 238.18 0.94 0.14
Hex 2 4 44 61 5E 0 49 EE 5E E
Octal 2 4 104 141 136 0 111 356 136 16
Binary 10 100 1000100 1100001 1011110 0 1001001 11101110 1011110 1110

Color Harmonies of #020444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020444

Black with #020444

Text Example


Text Example

White with #020444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020444; }

 p { color: rgb(2,4,68); }

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

background-color css

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

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

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

border-color css

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

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

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