Html Css Color HEX #071640 Midnight Express

📋 copy color: '#071640'

red 7 ◦ green 22 ◦ blue 64

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

Shades of Midnight Express #071640

Tints of Midnight Express #071640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.66%

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

R = 7.53%
G = 23.66%
B = 68.82%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#071640 (or 0x071640) is known color: Midnight Express. HEX triplet: 07, 16 and 40. RGB value is (7,22,64). Sum of RGB (Red+Green+Blue) = 7+22+64=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #071640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071640 is #F8E9BF. Grayscale: #161616. Windows color (decimal): -16312768 or 4199943. OLE color: 4199943.

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

Color convert

RGB 7 22 64 -
CMYK 0.89 0.66 0 0.75
HSL 224.21º 0.8% 0.14% -
HSV(B) 224.21º 0.89% 0.25% -
XYZ 1.3 0.99 4.97 -
YUV 22.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 7 22 64 0.89 0.66 0 0.75 224.21 0.8 0.14
Hex 7 16 40 59 42 0 4B E0 50 E
Octal 7 26 100 131 102 0 113 340 120 16
Binary 111 10110 1000000 1011001 1000010 0 1001011 11100000 1010000 1110

Color Harmonies of #071640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071640

Black with #071640

Text Example


Text Example

White with #071640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071640; }

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

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

background-color css

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

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

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

border-color css

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

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

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