Html Css Color HEX #020844 Midnight Express

📋 copy color: '#020844'

red 2 ◦ green 8 ◦ blue 68

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

Shades of Midnight Express #020844

Tints of Midnight Express #020844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.26%

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

R = 2.56%
G = 10.26%
B = 87.18%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#020844 (or 0x020844) is known color: Midnight Express. HEX triplet: 02, 08 and 44. RGB value is (2,8,68). Sum of RGB (Red+Green+Blue) = 2+8+68=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 68 (26.95% from 255 or 87.18% from 78); Max value from RGB is 68 - color contains mainly: blue. Hex color #020844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020844 is #FDF7BB. Grayscale: #0C0C0C. Windows color (decimal): -16644028 or 4458498. OLE color: 4458498.

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

Color convert

RGB 2 8 68 -
CMYK 0.97 0.88 0 0.73
HSL 234.55º 0.94% 0.14% -
HSV(B) 234.55º 0.97% 0.27% -
XYZ 1.16 0.6 5.52 -
YUV 13.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 2 8 68 0.97 0.88 0 0.73 234.55 0.94 0.14
Hex 2 8 44 61 58 0 49 EB 5E E
Octal 2 10 104 141 130 0 111 353 136 16
Binary 10 1000 1000100 1100001 1011000 0 1001001 11101011 1011110 1110

Color Harmonies of #020844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020844

Black with #020844

Text Example


Text Example

White with #020844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020844; }

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

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

background-color css

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

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

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

border-color css

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

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

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