Html Css Color HEX #071B41 Midnight Express

📋 copy color: '#071B41'

red 7 ◦ green 27 ◦ blue 65

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

Shades of Midnight Express #071B41

Tints of Midnight Express #071B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.27%

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

R = 7.07%
G = 27.27%
B = 65.66%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#071B41 (or 0x071B41) is known color: Midnight Express. HEX triplet: 07, 1B and 41. RGB value is (7,27,65). Sum of RGB (Red+Green+Blue) = 7+27+65=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #071B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B41 is #F8E4BE. Grayscale: #191919. Windows color (decimal): -16311487 or 4266759. OLE color: 4266759.

HSL color Cylindrical-coordinate representation of color #071B41: hue angle of 219.31º 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 #071B41 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 27 65 -
CMYK 0.89 0.58 0 0.75
HSL 219.31º 0.81% 0.14% -
HSV(B) 219.31º 0.89% 0.25% -
XYZ 1.43 1.21 5.16 -
YUV 25.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 7 27 65 0.89 0.58 0 0.75 219.31 0.81 0.14
Hex 7 1B 41 59 3A 0 4B DB 51 E
Octal 7 33 101 131 72 0 113 333 121 16
Binary 111 11011 1000001 1011001 111010 0 1001011 11011011 1010001 1110

Color Harmonies of #071B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B41

Black with #071B41

Text Example


Text Example

White with #071B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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