Html Css Color HEX #020446 Midnight Express

📋 copy color: '#020446'

red 2 ◦ green 4 ◦ blue 70

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

Shades of Midnight Express #020446

Tints of Midnight Express #020446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 92.11%

R = 2.63%
G = 5.26%
B = 92.11%

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

#020446 (or 0x020446) is known color: Midnight Express. HEX triplet: 02, 04 and 46. RGB value is (2,4,70). Sum of RGB (Red+Green+Blue) = 2+4+70=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 70 (27.73% from 255 or 92.11% from 76); Max value from RGB is 70 - color contains mainly: blue. Hex color #020446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020446 is #FDFBB9. Grayscale: #0A0A0A. Windows color (decimal): -16645050 or 4588546. OLE color: 4588546.

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

Color convert

RGB 2 4 70 -
CMYK 0.97 0.94 0 0.73
HSL 238.24º 0.94% 0.14% -
HSV(B) 238.24º 0.97% 0.27% -
XYZ 1.17 0.54 5.84 -
YUV 10.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 2 4 70 0.97 0.94 0 0.73 238.24 0.94 0.14
Hex 2 4 46 61 5E 0 49 EE 5E E
Octal 2 4 106 141 136 0 111 356 136 16
Binary 10 100 1000110 1100001 1011110 0 1001001 11101110 1011110 1110

Color Harmonies of #020446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020446

Black with #020446

Text Example


Text Example

White with #020446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020446; }

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

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

background-color css

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

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

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

border-color css

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

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

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