#11108E

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

Shades of Ultramarine #11108E

Tints of Ultramarine #11108E

Color information

#11108E (or 0x11108E) is unknown color: approx Ultramarine. HEX triplet: 11, 10 and 8E. RGB value is (17,16,142). Sum of RGB (Red+Green+Blue) = 17+16+142=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #11108E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11108E is #EEEF71. Grayscale: #1E1E1E. Windows color (decimal): -15658866 or 9310225. OLE color: 9310225.

HSL color Cylindrical-coordinate representation of color #11108E: hue angle of 240.48º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11108E is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1716142-
CMYK0.880.8900.44
HSL240.48º79.75%30.98%-
HSV(B)240.48º88.73%55.69%-
XYZ5.32.4425.78-
YUV30.66190.83118.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 142 (55.86% from 255) = 81.14%
R=9.71%
G=9.14%
B=81.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17161420.880.8900.44240.4879.7530.98
Hex11108E585902Cf0501f
Octal212021613013105436012037
Binary10001100001000111010110001011001010110011110000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11108E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11108E; }

 p { color: rgb(17,16,142); }

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

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

 a { background-color: rgb(17,16,142); }

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

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

 span { border-color: rgb(17,16,142); }

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