#071B41

Color #071B41 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #071B41

Tints of Midnight Express #071B41

Color information

#071B41 (or 0x071B41) is unknown color: approx 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

RGB72765-
CMYK0.890.5800.75
HSL219.31º80.56%14.12%-
HSV(B)219.31º89.23%25.49%-
XYZ1.431.215.16-
YUV25.35150.37114.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal727650.890.5800.75219.3180.5614.12
Hex71B41593A04Bdb51e
Octal73310113172011333312116
Binary1111101110000011011001111010010010111101101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>