#110AB2

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

Shades of New Midnight Blue #110AB2

Tints of New Midnight Blue #110AB2

Color information

#110AB2 (or 0x110AB2) is unknown color: approx New Midnight Blue. HEX triplet: 11, 0A and B2. RGB value is (17,10,178). Sum of RGB (Red+Green+Blue) = 17+10+178=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 178 (69.92% from 255 or 86.83% from 205); Max value from RGB is 178 - color contains mainly: blue. Hex color #110AB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110AB2 is #EEF54D. Grayscale: #1E1E1E. Windows color (decimal): -15660366 or 11667985. OLE color: 11667985.

HSL color Cylindrical-coordinate representation of color #110AB2: hue angle of 242.5º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110AB2 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1710178-
CMYK0.900.9400.30
HSL242.5º89.36%36.86%-
HSV(B)242.5º94.38%69.8%-
XYZ8.383.5542.36-
YUV31.24210.82117.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 178 (69.92% from 255) = 86.83%
R=8.29%
G=4.88%
B=86.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17101780.900.9400.30242.589.3636.86
Hex11AB25A5E01Ef25925
Octal211226213213603636213145
Binary1000110101011001010110101011110011110111100101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110AB2; }

 p { color: rgb(17,10,178); }

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

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

 a { background-color: rgb(17,10,178); }

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

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

 span { border-color: rgb(17,10,178); }

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