#071B47

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

Shades of Midnight Express #071B47

Tints of Midnight Express #071B47

Color information

#071B47 (or 0x071B47) is unknown color: approx Midnight Express. HEX triplet: 07, 1B and 47. RGB value is (7,27,71). Sum of RGB (Red+Green+Blue) = 7+27+71=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #071B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B47 is #F8E4B8. Grayscale: #191919. Windows color (decimal): -16311481 or 4659975. OLE color: 4659975.

HSL color Cylindrical-coordinate representation of color #071B47: hue angle of 221.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071B47 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB72771-
CMYK0.900.6200.72
HSL221.25º82.05%15.29%-
HSV(B)221.25º90.14%27.84%-
XYZ1.621.286.12-
YUV26.04153.37114.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 71 (28.12% from 255) = 67.62%
R=6.67%
G=25.71%
B=67.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727710.900.6200.72221.2582.0515.29
Hex71B475A3E048dd52f
Octal73310713276011033512217
Binary1111101110001111011010111110010010001101110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #071B47;
 }
 .AnyTagClassName
 {
   color: #071B47;
 }
</style>
background-color css

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

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

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

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

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

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