#110197

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

Shades of Ultramarine #110197

Tints of Ultramarine #110197

Color information

#110197 (or 0x110197) is unknown color: approx Ultramarine. HEX triplet: 11, 01 and 97. RGB value is (17,1,151). Sum of RGB (Red+Green+Blue) = 17+1+151=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 151 (59.38% from 255 or 89.35% from 169); Max value from RGB is 151 - color contains mainly: blue. Hex color #110197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110197 is #EEFE68. Grayscale: #161616. Windows color (decimal): -15662697 or 9896209. OLE color: 9896209.

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

Color convert

RGB171151-
CMYK0.890.9900.41
HSL246.4º98.68%29.8%-
HSV(B)246.4º99.34%59.22%-
XYZ5.832.3829.43-
YUV22.88200.3123.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 151 (59.38% from 255) = 89.35%
R=10.06%
G=0.59%
B=89.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1711510.890.9900.41246.498.6829.8
Hex111975963029f6631e
Octal21122713114305136614336
Binary1000111001011110110011100011010100111110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110197; }

 p { color: rgb(17,1,151); }

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

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

 a { background-color: rgb(17,1,151); }

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

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

 span { border-color: rgb(17,1,151); }

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