#1115A9

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

Shades of Ultramarine #1115A9

Tints of Ultramarine #1115A9

Color information

#1115A9 (or 0x1115A9) is unknown color: approx Ultramarine. HEX triplet: 11, 15 and A9. RGB value is (17,21,169). Sum of RGB (Red+Green+Blue) = 17+21+169=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 169 (66.41% from 255 or 81.64% from 207); Max value from RGB is 169 - color contains mainly: blue. Hex color #1115A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1115A9 is #EEEA56. Grayscale: #242424. Windows color (decimal): -15657559 or 11080977. OLE color: 11080977.

HSL color Cylindrical-coordinate representation of color #1115A9: hue angle of 238.42º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1115A9 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1721169-
CMYK0.900.8800.34
HSL238.42º81.72%36.47%-
HSV(B)238.42º89.94%66.27%-
XYZ7.663.5237.81-
YUV36.68202.67113.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 169 (66.41% from 255) = 81.64%
R=8.21%
G=10.14%
B=81.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal17211690.900.8800.34238.4281.7236.47
Hex1115A95A58022ee5224
Octal212525113213004235612244
Binary100011010110101001101101010110000100010111011101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1115A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1115A9; }

 p { color: rgb(17,21,169); }

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

<style>
 a { background-color: #1115A9; }

 a { background-color: rgb(17,21,169); }

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

<style>
 span { border-color: #1115A9; }

 span { border-color: rgb(17,21,169); }

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