Html Css Color HEX #071740 Midnight Express

📋 copy color: '#071740'

red 7 ◦ green 23 ◦ blue 64

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

Shades of Midnight Express #071740

Tints of Midnight Express #071740

RGB

 RED value IS 7 (3.13% from 255) = 7.45%

 GREEN value IS 23 (9.38% from 255) = 24.47%

 BLUE value IS 64 (25.39% from 255) = 68.09%

R = 7.45%
G = 24.47%
B = 68.09%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#071740 (or 0x071740) is known color: Midnight Express. HEX triplet: 07, 17 and 40. RGB value is (7,23,64). Sum of RGB (Red+Green+Blue) = 7+23+64=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #071740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071740 is #F8E8BF. Grayscale: #161616. Windows color (decimal): -16312512 or 4200199. OLE color: 4200199.

HSL color Cylindrical-coordinate representation of color #071740: hue angle of 223.16º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #071740 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 23 64 -
CMYK 0.89 0.64 0 0.75
HSL 223.16º 0.8% 0.14% -
HSV(B) 223.16º 0.89% 0.25% -
XYZ 1.32 1.03 4.98 -
YUV 22.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 7 23 64 0.89 0.64 0 0.75 223.16 0.8 0.14
Hex 7 17 40 59 40 0 4B DF 50 E
Octal 7 27 100 131 100 0 113 337 120 16
Binary 111 10111 1000000 1011001 1000000 0 1001011 11011111 1010000 1110

Color Harmonies of #071740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071740

Black with #071740

Text Example


Text Example

White with #071740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071740; }

 p { color: rgb(7,23,64); }

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

background-color css

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

 a { background-color: rgb(7,23,64); }

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

border-color css

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

 span { border-color: rgb(7,23,64); }

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