#110360

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

Shades of Midnight Blue #110360

Tints of Midnight Blue #110360

Color information

#110360 (or 0x110360) is unknown color: approx Midnight Blue. HEX triplet: 11, 03 and 60. RGB value is (17,3,96). Sum of RGB (Red+Green+Blue) = 17+3+96=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #110360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110360 is #EEFC9F. Grayscale: #111111. Windows color (decimal): -15662240 or 6292241. OLE color: 6292241.

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

Color convert

RGB17396-
CMYK0.820.9700.62
HSL249.03º93.94%19.41%-
HSV(B)249.03º96.88%37.65%-
XYZ2.381.0311.14-
YUV17.79172.14127.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 96 (37.89% from 255) = 82.76%
R=14.66%
G=2.59%
B=82.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal173960.820.9700.62249.0393.9419.41
Hex11360526103Ef95e13
Octal21314012214107637113623
Binary1000111110000010100101100001011111011111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110360; }

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

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

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

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

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

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

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

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