Html Css Color HEX #071941 Midnight Express

📋 copy color: '#071941'

red 7 ◦ green 25 ◦ blue 65

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

Shades of Midnight Express #071941

Tints of Midnight Express #071941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

 BLUE value IS 65 (25.78% from 255) = 67.01%

R = 7.22%
G = 25.77%
B = 67.01%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#071941 (or 0x071941) is known color: Midnight Express. HEX triplet: 07, 19 and 41. RGB value is (7,25,65). Sum of RGB (Red+Green+Blue) = 7+25+65=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #071941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071941 is #F8E6BE. Grayscale: #181818. Windows color (decimal): -16311999 or 4266247. OLE color: 4266247.

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

Color convert

RGB 7 25 65 -
CMYK 0.89 0.62 0 0.75
HSL 221.38º 0.81% 0.14% -
HSV(B) 221.38º 0.89% 0.25% -
XYZ 1.39 1.12 5.14 -
YUV 24.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 7 25 65 0.89 0.62 0 0.75 221.38 0.81 0.14
Hex 7 19 41 59 3E 0 4B DD 51 E
Octal 7 31 101 131 76 0 113 335 121 16
Binary 111 11001 1000001 1011001 111110 0 1001011 11011101 1010001 1110

Color Harmonies of #071941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071941

Black with #071941

Text Example


Text Example

White with #071941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071941; }

 p { color: rgb(7,25,65); }

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

background-color css

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

 a { background-color: rgb(7,25,65); }

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

border-color css

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

 span { border-color: rgb(7,25,65); }

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