Html Css Color HEX #071649 Midnight Express

📋 copy color: '#071649'

red 7 ◦ green 22 ◦ blue 73

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

Shades of Midnight Express #071649

Tints of Midnight Express #071649

RGB

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

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

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

R = 6.86%
G = 21.57%
B = 71.57%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#071649 (or 0x071649) is known color: Midnight Express. HEX triplet: 07, 16 and 49. RGB value is (7,22,73). Sum of RGB (Red+Green+Blue) = 7+22+73=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 73 (28.91% from 255 or 71.57% from 102); Max value from RGB is 73 - color contains mainly: blue. Hex color #071649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071649 is #F8E9B6. Grayscale: #171717. Windows color (decimal): -16312759 or 4789767. OLE color: 4789767.

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

Color convert

RGB 7 22 73 -
CMYK 0.90 0.70 0 0.71
HSL 226.36º 0.83% 0.16% -
HSV(B) 226.36º 0.9% 0.29% -
XYZ 1.58 1.1 6.43 -
YUV 23.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 7 22 73 0.90 0.70 0 0.71 226.36 0.83 0.16
Hex 7 16 49 5A 46 0 47 E2 52 10
Octal 7 26 111 132 106 0 107 342 122 20
Binary 111 10110 1001001 1011010 1000110 0 1000111 11100010 1010010 10000

Color Harmonies of #071649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071649

Black with #071649

Text Example


Text Example

White with #071649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071649; }

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

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

background-color css

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

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

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

border-color css

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

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

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