#1101B1

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

Shades of New Midnight Blue #1101B1

Tints of New Midnight Blue #1101B1

Color information

#1101B1 (or 0x1101B1) is unknown color: approx New Midnight Blue. HEX triplet: 11, 01 and B1. RGB value is (17,1,177). Sum of RGB (Red+Green+Blue) = 17+1+177=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 177 (69.53% from 255 or 90.77% from 195); Max value from RGB is 177 - color contains mainly: blue. Hex color #1101B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1101B1 is #EEFE4E. Grayscale: #191919. Windows color (decimal): -15662671 or 11600145. OLE color: 11600145.

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

Color convert

RGB171177-
CMYK0.900.9900.31
HSL245.45º98.88%34.9%-
HSV(B)245.45º99.44%69.41%-
XYZ8.183.3241.8-
YUV25.85213.3121.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 177 (69.53% from 255) = 90.77%
R=8.72%
G=0.51%
B=90.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711770.900.9900.31245.4598.8834.9
Hex111B15A6301Ff56323
Octal21126113214303736514343
Binary1000111011000110110101100011011111111101011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1101B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1101B1; }

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

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

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

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

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

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

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

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