#110460

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

Shades of Midnight Blue #110460

Tints of Midnight Blue #110460

Color information

#110460 (or 0x110460) is unknown color: approx Midnight Blue. HEX triplet: 11, 04 and 60. RGB value is (17,4,96). Sum of RGB (Red+Green+Blue) = 17+4+96=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #110460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110460 is #EEFB9F. Grayscale: #121212. Windows color (decimal): -15661984 or 6292497. OLE color: 6292497.

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

Color convert

RGB17496-
CMYK0.820.9600.62
HSL248.48º92%19.61%-
HSV(B)248.48º95.83%37.65%-
XYZ2.391.0511.14-
YUV18.38171.81127.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 96 (37.89% from 255) = 82.05%
R=14.53%
G=3.42%
B=82.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal174960.820.9600.62248.489219.61
Hex11460526003Ef85c14
Octal21414012214007637013424
Binary10001100110000010100101100000011111011111000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110460; }

 p { color: rgb(17,4,96); }

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

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

 a { background-color: rgb(17,4,96); }

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

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

 span { border-color: rgb(17,4,96); }

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