#110772

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

Shades of Midnight Blue #110772

Tints of Midnight Blue #110772

Color information

#110772 (or 0x110772) is unknown color: approx Midnight Blue. HEX triplet: 11, 07 and 72. RGB value is (17,7,114). Sum of RGB (Red+Green+Blue) = 17+7+114=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #110772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110772 is #EEF88D. Grayscale: #151515. Windows color (decimal): -15661198 or 7472913. OLE color: 7472913.

HSL color Cylindrical-coordinate representation of color #110772: hue angle of 245.61º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110772 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB177114-
CMYK0.850.9400.55
HSL245.61º88.43%23.73%-
HSV(B)245.61º93.86%44.71%-
XYZ3.341.4916.03-
YUV22.19179.81124.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 114 (44.92% from 255) = 82.61%
R=12.32%
G=5.07%
B=82.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1771140.850.9400.55245.6188.4323.73
Hex11772555E037f65818
Octal21716212513606736613030
Binary10001111111001010101011011110011011111110110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110772; }

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

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

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

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

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

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

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

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