Html Css Color HEX #071442 Midnight Express

📋 copy color: '#071442'

red 7 ◦ green 20 ◦ blue 66

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

Shades of Midnight Express #071442

Tints of Midnight Express #071442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 70.97%

R = 7.53%
G = 21.51%
B = 70.97%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#071442 (or 0x071442) is known color: Midnight Express. HEX triplet: 07, 14 and 42. RGB value is (7,20,66). Sum of RGB (Red+Green+Blue) = 7+20+66=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 66 (26.17% from 255 or 70.97% from 93); Max value from RGB is 66 - color contains mainly: blue. Hex color #071442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071442 is #F8EBBD. Grayscale: #151515. Windows color (decimal): -16313278 or 4330503. OLE color: 4330503.

HSL color Cylindrical-coordinate representation of color #071442: hue angle of 226.78º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #071442 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 20 66 -
CMYK 0.89 0.70 0 0.74
HSL 226.78º 0.81% 0.14% -
HSV(B) 226.78º 0.89% 0.26% -
XYZ 1.32 0.94 5.27 -
YUV 21.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 7 20 66 0.89 0.70 0 0.74 226.78 0.81 0.14
Hex 7 14 42 59 46 0 4A E3 51 E
Octal 7 24 102 131 106 0 112 343 121 16
Binary 111 10100 1000010 1011001 1000110 0 1001010 11100011 1010001 1110

Color Harmonies of #071442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071442

Black with #071442

Text Example


Text Example

White with #071442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071442; }

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

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

background-color css

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

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

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

border-color css

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

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

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