#110150

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

Shades of Midnight Blue #110150

Tints of Midnight Blue #110150

Color information

#110150 (or 0x110150) is unknown color: approx Midnight Blue. HEX triplet: 11, 01 and 50. RGB value is (17,1,80). Sum of RGB (Red+Green+Blue) = 17+1+80=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #110150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110150 is #EEFEAF. Grayscale: #0E0E0E. Windows color (decimal): -15662768 or 5243153. OLE color: 5243153.

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

Color convert

RGB17180-
CMYK0.790.9900.69
HSL252.15º97.53%15.88%-
HSV(B)252.15º98.75%31.37%-
XYZ1.690.727.64-
YUV14.79164.8129.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 80 (31.64% from 255) = 81.63%
R=17.35%
G=1.02%
B=81.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal171800.790.9900.69252.1597.5315.88
Hex111504F63045fc6210
Octal211120117143010537414220
Binary1000111010000100111111000110100010111111100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110150; }

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

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

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

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

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

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

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

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