Html Css Color HEX #020745 Midnight Express

📋 copy color: '#020745'

red 2 ◦ green 7 ◦ blue 69

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

Shades of Midnight Express #020745

Tints of Midnight Express #020745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 88.46%

R = 2.56%
G = 8.97%
B = 88.46%

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

#020745 (or 0x020745) is known color: Midnight Express. HEX triplet: 02, 07 and 45. RGB value is (2,7,69). Sum of RGB (Red+Green+Blue) = 2+7+69=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 69 (27.34% from 255 or 88.46% from 78); Max value from RGB is 69 - color contains mainly: blue. Hex color #020745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020745 is #FDF8BA. Grayscale: #0C0C0C. Windows color (decimal): -16644283 or 4523778. OLE color: 4523778.

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

Color convert

RGB 2 7 69 -
CMYK 0.97 0.90 0 0.73
HSL 235.52º 0.94% 0.14% -
HSV(B) 235.52º 0.97% 0.27% -
XYZ 1.18 0.59 5.68 -
YUV 12.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 2 7 69 0.97 0.90 0 0.73 235.52 0.94 0.14
Hex 2 7 45 61 5A 0 49 EC 5E E
Octal 2 7 105 141 132 0 111 354 136 16
Binary 10 111 1000101 1100001 1011010 0 1001001 11101100 1011110 1110

Color Harmonies of #020745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020745

Black with #020745

Text Example


Text Example

White with #020745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020745; }

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

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

background-color css

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

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

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

border-color css

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

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

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