Html Css Color HEX #071B40 Midnight Express

📋 copy color: '#071B40'

red 7 ◦ green 27 ◦ blue 64

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

Shades of Midnight Express #071B40

Tints of Midnight Express #071B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 65.31%

R = 7.14%
G = 27.55%
B = 65.31%

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

#071B40 (or 0x071B40) is known color: Midnight Express. HEX triplet: 07, 1B and 40. RGB value is (7,27,64). Sum of RGB (Red+Green+Blue) = 7+27+64=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #071B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B40 is #F8E4BF. Grayscale: #191919. Windows color (decimal): -16311488 or 4201223. OLE color: 4201223.

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

Color convert

RGB 7 27 64 -
CMYK 0.89 0.58 0 0.75
HSL 218.95º 0.8% 0.14% -
HSV(B) 218.95º 0.89% 0.25% -
XYZ 1.4 1.2 5.01 -
YUV 25.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 7 27 64 0.89 0.58 0 0.75 218.95 0.8 0.14
Hex 7 1B 40 59 3A 0 4B DB 50 E
Octal 7 33 100 131 72 0 113 333 120 16
Binary 111 11011 1000000 1011001 111010 0 1001011 11011011 1010000 1110

Color Harmonies of #071B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B40

Black with #071B40

Text Example


Text Example

White with #071B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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