#1109A0

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

Shades of Ultramarine #1109A0

Tints of Ultramarine #1109A0

Color information

#1109A0 (or 0x1109A0) is unknown color: approx Ultramarine. HEX triplet: 11, 09 and A0. RGB value is (17,9,160). Sum of RGB (Red+Green+Blue) = 17+9+160=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 160 (62.89% from 255 or 86.02% from 186); Max value from RGB is 160 - color contains mainly: blue. Hex color #1109A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1109A0 is #EEF65F. Grayscale: #1C1C1C. Windows color (decimal): -15660640 or 10488081. OLE color: 10488081.

HSL color Cylindrical-coordinate representation of color #1109A0: hue angle of 243.18º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1109A0 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB179160-
CMYK0.890.9400.37
HSL243.18º89.35%33.14%-
HSV(B)243.18º94.38%62.75%-
XYZ6.672.8533.46-
YUV28.61202.15119.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 160 (62.89% from 255) = 86.02%
R=9.14%
G=4.84%
B=86.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1791600.890.9400.37243.1889.3533.14
Hex119A0595E025f35921
Octal211124013113604536313141
Binary10001100110100000101100110111100100101111100111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1109A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1109A0; }

 p { color: rgb(17,9,160); }

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

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

 a { background-color: rgb(17,9,160); }

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

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

 span { border-color: rgb(17,9,160); }

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