#110050

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

Shades of Midnight Blue #110050

Tints of Midnight Blue #110050

Color information

#110050 (or 0x110050) is unknown color: approx Midnight Blue. HEX triplet: 11, 00 and 50. RGB value is (17,0,80). Sum of RGB (Red+Green+Blue) = 17+0+80=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #110050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110050 is #EEFFAF. Grayscale: #0D0D0D. Windows color (decimal): -15663024 or 5242897. OLE color: 5242897.

HSL color Cylindrical-coordinate representation of color #110050: hue angle of 252.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110050 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB17080-
CMYK0.79100.69
HSL252.75º100%15.69%-
HSV(B)252.75º100%31.37%-
XYZ1.680.77.64-
YUV14.2165.13130-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 82.47%
R=17.53%
G=0%
B=82.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal170800.79100.69252.7510015.69
Hex110504F64045fd6410
Octal210120117144010537514420
Binary1000101010000100111111001000100010111111101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110050; }

 p { color: rgb(17,0,80); }

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

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

 a { background-color: rgb(17,0,80); }

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

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

 span { border-color: rgb(17,0,80); }

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