Html Css Color HEX #071349 Midnight Express

📋 copy color: '#071349'

red 7 ◦ green 19 ◦ blue 73

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

Shades of Midnight Express #071349

Tints of Midnight Express #071349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.19%

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

R = 7.07%
G = 19.19%
B = 73.74%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#071349 (or 0x071349) is known color: Midnight Express. HEX triplet: 07, 13 and 49. RGB value is (7,19,73). Sum of RGB (Red+Green+Blue) = 7+19+73=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #071349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071349 is #F8ECB6. Grayscale: #151515. Windows color (decimal): -16313527 or 4788999. OLE color: 4788999.

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

Color convert

RGB 7 19 73 -
CMYK 0.90 0.74 0 0.71
HSL 229.09º 0.83% 0.16% -
HSV(B) 229.09º 0.9% 0.29% -
XYZ 1.52 0.99 6.41 -
YUV 21.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 7 19 73 0.90 0.74 0 0.71 229.09 0.83 0.16
Hex 7 13 49 5A 4A 0 47 E5 52 10
Octal 7 23 111 132 112 0 107 345 122 20
Binary 111 10011 1001001 1011010 1001010 0 1000111 11100101 1010010 10000

Color Harmonies of #071349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071349

Black with #071349

Text Example


Text Example

White with #071349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071349; }

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

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

background-color css

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

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

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

border-color css

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

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

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