#11108D

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

Shades of Ultramarine #11108D

Tints of Ultramarine #11108D

Color information

#11108D (or 0x11108D) is unknown color: approx Ultramarine. HEX triplet: 11, 10 and 8D. RGB value is (17,16,141). Sum of RGB (Red+Green+Blue) = 17+16+141=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #11108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11108D is #EEEF72. Grayscale: #1E1E1E. Windows color (decimal): -15658867 or 9244689. OLE color: 9244689.

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

Color convert

RGB1716141-
CMYK0.880.8900.45
HSL240.48º79.62%30.78%-
HSV(B)240.48º88.65%55.29%-
XYZ5.222.4125.39-
YUV30.55190.33118.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 141 (55.47% from 255) = 81.03%
R=9.77%
G=9.20%
B=81.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17161410.880.8900.45240.4879.6230.78
Hex11108D585902Df0501f
Octal212021513013105536012037
Binary10001100001000110110110001011001010110111110000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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