Html Css Color HEX #071446 Midnight Express

📋 copy color: '#071446'

red 7 ◦ green 20 ◦ blue 70

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

Shades of Midnight Express #071446

Tints of Midnight Express #071446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 72.16%

R = 7.22%
G = 20.62%
B = 72.16%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#071446 (or 0x071446) is known color: Midnight Express. HEX triplet: 07, 14 and 46. RGB value is (7,20,70). Sum of RGB (Red+Green+Blue) = 7+20+70=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 70 (27.73% from 255 or 72.16% from 97); Max value from RGB is 70 - color contains mainly: blue. Hex color #071446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071446 is #F8EBB9. Grayscale: #151515. Windows color (decimal): -16313274 or 4592647. OLE color: 4592647.

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

Color convert

RGB 7 20 70 -
CMYK 0.90 0.71 0 0.73
HSL 227.62º 0.82% 0.15% -
HSV(B) 227.62º 0.9% 0.27% -
XYZ 1.44 0.99 5.91 -
YUV 21.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 7 20 70 0.90 0.71 0 0.73 227.62 0.82 0.15
Hex 7 14 46 5A 47 0 49 E4 52 F
Octal 7 24 106 132 107 0 111 344 122 17
Binary 111 10100 1000110 1011010 1000111 0 1001001 11100100 1010010 1111

Color Harmonies of #071446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071446

Black with #071446

Text Example


Text Example

White with #071446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071446; }

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

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

background-color css

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

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

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

border-color css

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

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

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