Html Css Color HEX #020744 Midnight Express

📋 copy color: '#020744'

red 2 ◦ green 7 ◦ blue 68

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

Shades of Midnight Express #020744

Tints of Midnight Express #020744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.09%

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

R = 2.6%
G = 9.09%
B = 88.31%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#020744 (or 0x020744) is known color: Midnight Express. HEX triplet: 02, 07 and 44. RGB value is (2,7,68). Sum of RGB (Red+Green+Blue) = 2+7+68=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 68 (26.95% from 255 or 88.31% from 77); Max value from RGB is 68 - color contains mainly: blue. Hex color #020744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020744 is #FDF8BB. Grayscale: #0C0C0C. Windows color (decimal): -16644284 or 4458242. OLE color: 4458242.

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

Color convert

RGB 2 7 68 -
CMYK 0.97 0.90 0 0.73
HSL 235.45º 0.94% 0.14% -
HSV(B) 235.45º 0.97% 0.27% -
XYZ 1.14 0.58 5.52 -
YUV 12.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 2 7 68 0.97 0.90 0 0.73 235.45 0.94 0.14
Hex 2 7 44 61 5A 0 49 EB 5E E
Octal 2 7 104 141 132 0 111 353 136 16
Binary 10 111 1000100 1100001 1011010 0 1001001 11101011 1011110 1110

Color Harmonies of #020744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020744

Black with #020744

Text Example


Text Example

White with #020744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020744; }

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

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

background-color css

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

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

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

border-color css

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

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

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