#1911AC

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

Shades of Ultramarine #1911AC

Tints of Ultramarine #1911AC

Color information

#1911AC (or 0x1911AC) is unknown color: approx Ultramarine. HEX triplet: 19, 11 and AC. RGB value is (25,17,172). Sum of RGB (Red+Green+Blue) = 25+17+172=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #1911AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1911AC is #E6EE53. Grayscale: #242424. Windows color (decimal): -15134292 or 11276569. OLE color: 11276569.

HSL color Cylindrical-coordinate representation of color #1911AC: hue angle of 243.1º 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 #1911AC is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2517172-
CMYK0.850.9000.33
HSL243.1º82.01%37.06%-
HSV(B)243.1º90.12%67.45%-
XYZ8.053.5939.3-
YUV37.06204.15119.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.68%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 172 (67.58% from 255) = 80.37%
R=11.68%
G=7.94%
B=80.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25171720.850.9000.33243.182.0137.06
Hex1911AC555A021f35225
Octal312125412513204136312245
Binary110011000110101100101010110110100100001111100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1911AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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