#1A11AB

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

Shades of Ultramarine #1A11AB

Tints of Ultramarine #1A11AB

Color information

#1A11AB (or 0x1A11AB) is unknown color: approx Ultramarine. HEX triplet: 1A, 11 and AB. RGB value is (26,17,171). Sum of RGB (Red+Green+Blue) = 26+17+171=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A11AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A11AB is #E5EE54. Grayscale: #242424. Windows color (decimal): -15068757 or 11211034. OLE color: 11211034.

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

Color convert

RGB2617171-
CMYK0.850.9000.33
HSL243.51º81.91%36.86%-
HSV(B)243.51º90.06%67.06%-
XYZ7.983.5638.79-
YUV37.25203.48119.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 171 (67.19% from 255) = 79.91%
R=12.15%
G=7.94%
B=79.91%

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
Decimal26171710.850.9000.33243.5181.9136.86
Hex1A11AB555A021f45225
Octal322125312513204136412245
Binary110101000110101011101010110110100100001111101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A11AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A11AB; }

 p { color: rgb(26,17,171); }

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

<style>
 a { background-color: #1A11AB; }

 a { background-color: rgb(26,17,171); }

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

<style>
 span { border-color: #1A11AB; }

 span { border-color: rgb(26,17,171); }

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