Html Css Color HEX #020746 Midnight Express

📋 copy color: '#020746'

red 2 ◦ green 7 ◦ blue 70

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

Shades of Midnight Express #020746

Tints of Midnight Express #020746

RGB

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

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

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

R = 2.53%
G = 8.86%
B = 88.61%

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

#020746 (or 0x020746) is known color: Midnight Express. HEX triplet: 02, 07 and 46. RGB value is (2,7,70). Sum of RGB (Red+Green+Blue) = 2+7+70=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 70 (27.73% from 255 or 88.61% from 79); Max value from RGB is 70 - color contains mainly: blue. Hex color #020746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020746 is #FDF8B9. Grayscale: #0C0C0C. Windows color (decimal): -16644282 or 4589314. OLE color: 4589314.

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

Color convert

RGB 2 7 70 -
CMYK 0.97 0.90 0 0.73
HSL 235.59º 0.94% 0.14% -
HSV(B) 235.59º 0.97% 0.27% -
XYZ 1.21 0.61 5.85 -
YUV 12.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 2 7 70 0.97 0.90 0 0.73 235.59 0.94 0.14
Hex 2 7 46 61 5A 0 49 EC 5E E
Octal 2 7 106 141 132 0 111 354 136 16
Binary 10 111 1000110 1100001 1011010 0 1001001 11101100 1011110 1110

Color Harmonies of #020746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020746

Black with #020746

Text Example


Text Example

White with #020746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020746; }

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

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

background-color css

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

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

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

border-color css

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

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

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