#071161

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

Shades of Midnight Blue #071161

Tints of Midnight Blue #071161

Color information

#071161 (or 0x071161) is unknown color: approx Midnight Blue. HEX triplet: 07, 11 and 61. RGB value is (7,17,97). Sum of RGB (Red+Green+Blue) = 7+17+97=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #071161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071161 is #F8EE9E. Grayscale: #161616. Windows color (decimal): -16314015 or 6361351. OLE color: 6361351.

HSL color Cylindrical-coordinate representation of color #071161: hue angle of 233.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071161 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB71797-
CMYK0.930.8200.62
HSL233.33º86.54%20.39%-
HSV(B)233.33º92.78%38.04%-
XYZ2.451.3111.43-
YUV23.13169.69116.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 97 (38.28% from 255) = 80.17%
R=5.79%
G=14.05%
B=80.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal717970.930.8200.62233.3386.5420.39
Hex711615D5203Ee95714
Octal72114113512207635112724
Binary11110001110000110111011010010011111011101001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071161; }

 p { color: rgb(7,17,97); }

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

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

 a { background-color: rgb(7,17,97); }

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

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

 span { border-color: rgb(7,17,97); }

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