#111099

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

Shades of Ultramarine #111099

Tints of Ultramarine #111099

Color information

#111099 (or 0x111099) is unknown color: approx Ultramarine. HEX triplet: 11, 10 and 99. RGB value is (17,16,153). Sum of RGB (Red+Green+Blue) = 17+16+153=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #111099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111099 is #EEEF66. Grayscale: #1F1F1F. Windows color (decimal): -15658855 or 10031121. OLE color: 10031121.

HSL color Cylindrical-coordinate representation of color #111099: hue angle of 240.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111099 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1716153-
CMYK0.890.9000.4
HSL240.44º81.07%33.14%-
HSV(B)240.44º89.54%60%-
XYZ6.172.7930.35-
YUV31.92196.33117.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 153 (60.16% from 255) = 82.26%
R=9.14%
G=8.60%
B=82.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17161530.890.9000.4240.4481.0733.14
Hex111099595A028f05121
Octal212023113113205036012141
Binary100011000010011001101100110110100101000111100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111099; }

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

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

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

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

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

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

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

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