#1116A2

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

Shades of Ultramarine #1116A2

Tints of Ultramarine #1116A2

Color information

#1116A2 (or 0x1116A2) is unknown color: approx Ultramarine. HEX triplet: 11, 16 and A2. RGB value is (17,22,162). Sum of RGB (Red+Green+Blue) = 17+22+162=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 162 (63.67% from 255 or 80.60% from 201); Max value from RGB is 162 - color contains mainly: blue. Hex color #1116A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1116A2 is #EEE95D. Grayscale: #232323. Windows color (decimal): -15657310 or 10622481. OLE color: 10622481.

HSL color Cylindrical-coordinate representation of color #1116A2: hue angle of 237.93º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1116A2 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1722162-
CMYK0.900.8600.36
HSL237.93º81.01%35.1%-
HSV(B)237.93º89.51%63.53%-
XYZ7.043.334.45-
YUV36.47198.84114.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 162 (63.67% from 255) = 80.60%
R=8.46%
G=10.95%
B=80.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17221620.900.8600.36237.9381.0135.1
Hex1116A25A56024ee5123
Octal212624213212604435612143
Binary100011011010100010101101010101100100100111011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1116A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1116A2; }

 p { color: rgb(17,22,162); }

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

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

 a { background-color: rgb(17,22,162); }

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

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

 span { border-color: rgb(17,22,162); }

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