#1106A0

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

Shades of Ultramarine #1106A0

Tints of Ultramarine #1106A0

Color information

#1106A0 (or 0x1106A0) is unknown color: approx Ultramarine. HEX triplet: 11, 06 and A0. RGB value is (17,6,160). Sum of RGB (Red+Green+Blue) = 17+6+160=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 160 (62.89% from 255 or 87.43% from 183); Max value from RGB is 160 - color contains mainly: blue. Hex color #1106A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1106A0 is #EEF95F. Grayscale: #1A1A1A. Windows color (decimal): -15661408 or 10487313. OLE color: 10487313.

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

Color convert

RGB176160-
CMYK0.890.9600.37
HSL244.29º92.77%32.55%-
HSV(B)244.29º96.25%62.75%-
XYZ6.642.7933.45-
YUV26.85203.14120.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 160 (62.89% from 255) = 87.43%
R=9.29%
G=3.28%
B=87.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1761600.890.9600.37244.2992.7732.55
Hex116A05960025f45d21
Octal21624013114004536413541
Binary1000111010100000101100111000000100101111101001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1106A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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