Html Css Color HEX #071447 Midnight Express

📋 copy color: '#071447'

red 7 ◦ green 20 ◦ blue 71

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

Shades of Midnight Express #071447

Tints of Midnight Express #071447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.41%

 BLUE value IS 71 (28.13% from 255) = 72.45%

R = 7.14%
G = 20.41%
B = 72.45%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#071447 (or 0x071447) is known color: Midnight Express. HEX triplet: 07, 14 and 47. RGB value is (7,20,71). Sum of RGB (Red+Green+Blue) = 7+20+71=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #071447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071447 is #F8EBB8. Grayscale: #151515. Windows color (decimal): -16313273 or 4658183. OLE color: 4658183.

HSL color Cylindrical-coordinate representation of color #071447: hue angle of 227.81º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071447 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 20 71 -
CMYK 0.90 0.72 0 0.72
HSL 227.81º 0.82% 0.15% -
HSV(B) 227.81º 0.9% 0.28% -
XYZ 1.48 1 6.08 -
YUV 21.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 7 20 71 0.90 0.72 0 0.72 227.81 0.82 0.15
Hex 7 14 47 5A 48 0 48 E4 52 F
Octal 7 24 107 132 110 0 110 344 122 17
Binary 111 10100 1000111 1011010 1001000 0 1001000 11100100 1010010 1111

Color Harmonies of #071447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071447

Black with #071447

Text Example


Text Example

White with #071447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071447; }

 p { color: rgb(7,20,71); }

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

background-color css

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

 a { background-color: rgb(7,20,71); }

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

border-color css

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

 span { border-color: rgb(7,20,71); }

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