#110355

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

Shades of Midnight Blue #110355

Tints of Midnight Blue #110355

Color information

#110355 (or 0x110355) is unknown color: approx Midnight Blue. HEX triplet: 11, 03 and 55. RGB value is (17,3,85). Sum of RGB (Red+Green+Blue) = 17+3+85=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 85 (33.59% from 255 or 80.95% from 105); Max value from RGB is 85 - color contains mainly: blue. Hex color #110355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110355 is #EEFCAA. Grayscale: #101010. Windows color (decimal): -15662251 or 5571345. OLE color: 5571345.

HSL color Cylindrical-coordinate representation of color #110355: hue angle of 250.24º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110355 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB17385-
CMYK0.800.9600.67
HSL250.24º93.18%17.25%-
HSV(B)250.24º96.47%33.33%-
XYZ1.90.848.66-
YUV16.53166.64128.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 85 (33.59% from 255) = 80.95%
R=16.19%
G=2.86%
B=80.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal173850.800.9600.67250.2493.1817.25
Hex113555060043fa5d11
Octal213125120140010337213521
Binary10001111010101101000011000000100001111111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110355; }

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

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

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

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

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

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

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

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