#1411AA

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

Shades of Ultramarine #1411AA

Tints of Ultramarine #1411AA

Color information

#1411AA (or 0x1411AA) is unknown color: approx Ultramarine. HEX triplet: 14, 11 and AA. RGB value is (20,17,170). Sum of RGB (Red+Green+Blue) = 20+17+170=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 170 (66.80% from 255 or 82.13% from 207); Max value from RGB is 170 - color contains mainly: blue. Hex color #1411AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1411AA is #EBEE55. Grayscale: #222222. Windows color (decimal): -15461974 or 11145492. OLE color: 11145492.

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

Color convert

RGB2017170-
CMYK0.880.900.33
HSL241.18º81.82%36.67%-
HSV(B)241.18º90%66.67%-
XYZ7.743.4538.29-
YUV35.34203.99117.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 170 (66.80% from 255) = 82.13%
R=9.66%
G=8.21%
B=82.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20171700.880.900.33241.1881.8236.67
Hex1411AA585A021f15225
Octal242125213013204136112245
Binary101001000110101010101100010110100100001111100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1411AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1411AA; }

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

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

<style>
 a { background-color: #1411AA; }

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

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

<style>
 span { border-color: #1411AA; }

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

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