#110186

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

Shades of Ultramarine #110186

Tints of Ultramarine #110186

Color information

#110186 (or 0x110186) is unknown color: approx Ultramarine. HEX triplet: 11, 01 and 86. RGB value is (17,1,134). Sum of RGB (Red+Green+Blue) = 17+1+134=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 134 (52.73% from 255 or 88.16% from 152); Max value from RGB is 134 - color contains mainly: blue. Hex color #110186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110186 is #EEFE79. Grayscale: #141414. Windows color (decimal): -15662714 or 8782097. OLE color: 8782097.

HSL color Cylindrical-coordinate representation of color #110186: hue angle of 247.22º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110186 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB171134-
CMYK0.870.9900.47
HSL247.22º98.52%26.47%-
HSV(B)247.22º99.25%52.55%-
XYZ4.551.8622.67-
YUV20.95191.8125.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 134 (52.73% from 255) = 88.16%
R=11.18%
G=0.66%
B=88.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1711340.870.9900.47247.2298.5226.47
Hex11186576302Ff7631a
Octal21120612714305736714332
Binary1000111000011010101111100011010111111110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110186; }

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

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

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

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

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

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

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

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