#07116A

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

Shades of Midnight Blue #07116A

Tints of Midnight Blue #07116A

Color information

#07116A (or 0x07116A) is unknown color: approx Midnight Blue. HEX triplet: 07, 11 and 6A. RGB value is (7,17,106). Sum of RGB (Red+Green+Blue) = 7+17+106=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 106 (41.80% from 255 or 81.54% from 130); Max value from RGB is 106 - color contains mainly: blue. Hex color #07116A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07116A is #F8EE95. Grayscale: #171717. Windows color (decimal): -16314006 or 6951175. OLE color: 6951175.

HSL color Cylindrical-coordinate representation of color #07116A: hue angle of 233.94º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07116A is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB717106-
CMYK0.930.8400.58
HSL233.94º87.61%22.16%-
HSV(B)233.94º93.4%41.57%-
XYZ2.891.4913.77-
YUV24.16174.19115.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 106 (41.80% from 255) = 81.54%
R=5.38%
G=13.08%
B=81.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7171060.930.8400.58233.9487.6122.16
Hex7116A5D5403Aea5816
Octal72115213512407235213026
Binary11110001110101010111011010100011101011101010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07116A; }

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

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

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

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

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

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

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

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