#110786

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

Shades of Ultramarine #110786

Tints of Ultramarine #110786

Color information

#110786 (or 0x110786) is unknown color: approx Ultramarine. HEX triplet: 11, 07 and 86. RGB value is (17,7,134). Sum of RGB (Red+Green+Blue) = 17+7+134=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #110786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110786 is #EEF879. Grayscale: #171717. Windows color (decimal): -15661178 or 8783633. OLE color: 8783633.

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

Color convert

RGB177134-
CMYK0.870.9500.47
HSL244.72º90.07%27.65%-
HSV(B)244.72º94.78%52.55%-
XYZ4.611.9922.7-
YUV24.47189.81122.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 134 (52.73% from 255) = 84.81%
R=10.76%
G=4.43%
B=84.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1771340.870.9500.47244.7290.0727.65
Hex11786575F02Ff55a1c
Octal21720612713705736513234
Binary100011111000011010101111011111010111111110101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110786; }

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

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

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

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

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

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

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

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