#1A11AA

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

Shades of Ultramarine #1A11AA

Tints of Ultramarine #1A11AA

Color information

#1A11AA (or 0x1A11AA) is unknown color: approx Ultramarine. HEX triplet: 1A, 11 and AA. RGB value is (26,17,170). Sum of RGB (Red+Green+Blue) = 26+17+170=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A11AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A11AA is #E5EE55. Grayscale: #242424. Windows color (decimal): -15068758 or 11145498. OLE color: 11145498.

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

Color convert

RGB2617170-
CMYK0.850.900.33
HSL243.53º81.82%36.67%-
HSV(B)243.53º90%66.67%-
XYZ7.883.5238.29-
YUV37.13202.98120.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.21%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 170 (66.80% from 255) = 79.81%
R=12.21%
G=7.98%
B=79.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26171700.850.900.33243.5381.8236.67
Hex1A11AA555A021f45225
Octal322125212513204136412245
Binary110101000110101010101010110110100100001111101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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