#110A86

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

Shades of Ultramarine #110A86

Tints of Ultramarine #110A86

Color information

#110A86 (or 0x110A86) is unknown color: approx Ultramarine. HEX triplet: 11, 0A and 86. RGB value is (17,10,134). Sum of RGB (Red+Green+Blue) = 17+10+134=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #110A86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110A86 is #EEF579. Grayscale: #191919. Windows color (decimal): -15660410 or 8784401. OLE color: 8784401.

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

Color convert

RGB1710134-
CMYK0.870.9300.47
HSL243.39º86.11%28.24%-
HSV(B)243.39º92.54%52.55%-
XYZ4.642.0622.71-
YUV26.23188.82121.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 134 (52.73% from 255) = 83.23%
R=10.56%
G=6.21%
B=83.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17101340.870.9300.47243.3986.1128.24
Hex11A86575D02Ff3561c
Octal211220612713505736312634
Binary1000110101000011010101111011101010111111110011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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