Html Css Color HEX #071742 Midnight Express

📋 copy color: '#071742'

red 7 ◦ green 23 ◦ blue 66

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

Shades of Midnight Express #071742

Tints of Midnight Express #071742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 7.29%
G = 23.96%
B = 68.75%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#071742 (or 0x071742) is known color: Midnight Express. HEX triplet: 07, 17 and 42. RGB value is (7,23,66). Sum of RGB (Red+Green+Blue) = 7+23+66=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 66 (26.17% from 255 or 68.75% from 96); Max value from RGB is 66 - color contains mainly: blue. Hex color #071742 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071742 is #F8E8BD. Grayscale: #161616. Windows color (decimal): -16312510 or 4331271. OLE color: 4331271.

HSL color Cylindrical-coordinate representation of color #071742: hue angle of 223.73º 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 #071742 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 23 66 -
CMYK 0.89 0.65 0 0.74
HSL 223.73º 0.81% 0.14% -
HSV(B) 223.73º 0.89% 0.26% -
XYZ 1.38 1.05 5.28 -
YUV 23.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 7 23 66 0.89 0.65 0 0.74 223.73 0.81 0.14
Hex 7 17 42 59 41 0 4A E0 51 E
Octal 7 27 102 131 101 0 112 340 121 16
Binary 111 10111 1000010 1011001 1000001 0 1001010 11100000 1010001 1110

Color Harmonies of #071742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071742

Black with #071742

Text Example


Text Example

White with #071742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071742; }

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

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

background-color css

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

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

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

border-color css

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

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

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