Html Css Color HEX #071149 Midnight Express

📋 copy color: '#071149'

red 7 ◦ green 17 ◦ blue 73

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

Shades of Midnight Express #071149

Tints of Midnight Express #071149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.53%

 BLUE value IS 73 (28.91% from 255) = 75.26%

R = 7.22%
G = 17.53%
B = 75.26%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#071149 (or 0x071149) is known color: Midnight Express. HEX triplet: 07, 11 and 49. RGB value is (7,17,73). Sum of RGB (Red+Green+Blue) = 7+17+73=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #071149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071149 is #F8EEB6. Grayscale: #141414. Windows color (decimal): -16314039 or 4788487. OLE color: 4788487.

HSL color Cylindrical-coordinate representation of color #071149: hue angle of 230.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071149 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 17 73 -
CMYK 0.90 0.77 0 0.71
HSL 230.91º 0.83% 0.16% -
HSV(B) 230.91º 0.9% 0.29% -
XYZ 1.49 0.93 6.4 -
YUV 20.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 7 17 73 0.90 0.77 0 0.71 230.91 0.83 0.16
Hex 7 11 49 5A 4D 0 47 E7 52 10
Octal 7 21 111 132 115 0 107 347 122 20
Binary 111 10001 1001001 1011010 1001101 0 1000111 11100111 1010010 10000

Color Harmonies of #071149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071149

Black with #071149

Text Example


Text Example

White with #071149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071149; }

 p { color: rgb(7,17,73); }

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

background-color css

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

 a { background-color: rgb(7,17,73); }

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

border-color css

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

 span { border-color: rgb(7,17,73); }

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