#110099

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

Shades of Ultramarine #110099

Tints of Ultramarine #110099

Color information

#110099 (or 0x110099) is unknown color: approx Ultramarine. HEX triplet: 11, 00 and 99. RGB value is (17,0,153). Sum of RGB (Red+Green+Blue) = 17+0+153=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 153 (60.16% from 255 or 90% from 170); Max value from RGB is 153 - color contains mainly: blue. Hex color #110099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110099 is #EEFF66. Grayscale: #151515. Windows color (decimal): -15662951 or 10027025. OLE color: 10027025.

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

Color convert

RGB170153-
CMYK0.89100.4
HSL246.67º100%30%-
HSV(B)246.67º100%60%-
XYZ5.982.4230.29-
YUV22.52201.63124.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 90%
R=10%
G=0%
B=90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1701530.89100.4246.6710030
Hex110995964028f7641e
Octal21023113114405036714436
Binary1000101001100110110011100100010100011110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110099; }

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

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

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

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

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

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

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

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