Html Css Color HEX #071840 Midnight Express

📋 copy color: '#071840'

red 7 ◦ green 24 ◦ blue 64

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

Shades of Midnight Express #071840

Tints of Midnight Express #071840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.26%

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

R = 7.37%
G = 25.26%
B = 67.37%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#071840 (or 0x071840) is known color: Midnight Express. HEX triplet: 07, 18 and 40. RGB value is (7,24,64). Sum of RGB (Red+Green+Blue) = 7+24+64=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #071840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071840 is #F8E7BF. Grayscale: #171717. Windows color (decimal): -16312256 or 4200455. OLE color: 4200455.

HSL color Cylindrical-coordinate representation of color #071840: hue angle of 222.11º 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 #071840 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 24 64 -
CMYK 0.89 0.62 0 0.75
HSL 222.11º 0.8% 0.14% -
HSV(B) 222.11º 0.89% 0.25% -
XYZ 1.34 1.07 4.99 -
YUV 23.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 7 24 64 0.89 0.62 0 0.75 222.11 0.8 0.14
Hex 7 18 40 59 3E 0 4B DE 50 E
Octal 7 30 100 131 76 0 113 336 120 16
Binary 111 11000 1000000 1011001 111110 0 1001011 11011110 1010000 1110

Color Harmonies of #071840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071840

Black with #071840

Text Example


Text Example

White with #071840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071840; }

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

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

background-color css

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

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

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

border-color css

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

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

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