#1611AC

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

Shades of Ultramarine #1611AC

Tints of Ultramarine #1611AC

Color information

#1611AC (or 0x1611AC) is unknown color: approx Ultramarine. HEX triplet: 16, 11 and AC. RGB value is (22,17,172). Sum of RGB (Red+Green+Blue) = 22+17+172=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #1611AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1611AC is #E9EE53. Grayscale: #232323. Windows color (decimal): -15330900 or 11276566. OLE color: 11276566.

HSL color Cylindrical-coordinate representation of color #1611AC: hue angle of 241.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1611AC is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2217172-
CMYK0.870.9000.33
HSL241.94º82.01%37.06%-
HSV(B)241.94º90.12%67.45%-
XYZ7.983.5539.29-
YUV36.16204.66117.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 172 (67.58% from 255) = 81.52%
R=10.43%
G=8.06%
B=81.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal22171720.870.9000.33241.9482.0137.06
Hex1611AC575A021f25225
Octal262125412713204136212245
Binary101101000110101100101011110110100100001111100101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1611AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1611AC; }

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

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

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

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

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

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

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

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