Html Css Color HEX #071444 Midnight Express

📋 copy color: '#071444'

red 7 ◦ green 20 ◦ blue 68

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

Shades of Midnight Express #071444

Tints of Midnight Express #071444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 71.58%

R = 7.37%
G = 21.05%
B = 71.58%

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

#071444 (or 0x071444) is known color: Midnight Express. HEX triplet: 07, 14 and 44. RGB value is (7,20,68). Sum of RGB (Red+Green+Blue) = 7+20+68=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #071444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071444 is #F8EBBB. Grayscale: #151515. Windows color (decimal): -16313276 or 4461575. OLE color: 4461575.

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

Color convert

RGB 7 20 68 -
CMYK 0.90 0.71 0 0.73
HSL 227.21º 0.81% 0.15% -
HSV(B) 227.21º 0.9% 0.27% -
XYZ 1.38 0.96 5.58 -
YUV 21.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 7 20 68 0.90 0.71 0 0.73 227.21 0.81 0.15
Hex 7 14 44 5A 47 0 49 E3 51 F
Octal 7 24 104 132 107 0 111 343 121 17
Binary 111 10100 1000100 1011010 1000111 0 1001001 11100011 1010001 1111

Color Harmonies of #071444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071444

Black with #071444

Text Example


Text Example

White with #071444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071444; }

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

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

background-color css

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

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

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

border-color css

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

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

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