#071541

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

Shades of Midnight Express #071541

Tints of Midnight Express #071541

Color information

#071541 (or 0x071541) is unknown color: approx Midnight Express. HEX triplet: 07, 15 and 41. RGB value is (7,21,65). Sum of RGB (Red+Green+Blue) = 7+21+65=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #071541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071541 is #F8EABE. Grayscale: #151515. Windows color (decimal): -16313023 or 4265223. OLE color: 4265223.

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

Color convert

RGB72165-
CMYK0.890.6800.75
HSL225.52º80.56%14.12%-
HSV(B)225.52º89.23%25.49%-
XYZ1.310.965.12-
YUV21.83152.36117.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.53%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 65 (25.78% from 255) = 69.89%
R=7.53%
G=22.58%
B=69.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal721650.890.6800.75225.5280.5614.12
Hex71541594404Be251e
Octal725101131104011334212116
Binary11110101100000110110011000100010010111110001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071541; }

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

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

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

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

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

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

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

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