#11149A

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

Shades of Ultramarine #11149A

Tints of Ultramarine #11149A

Color information

#11149A (or 0x11149A) is unknown color: approx Ultramarine. HEX triplet: 11, 14 and 9A. RGB value is (17,20,154). Sum of RGB (Red+Green+Blue) = 17+20+154=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 154 (60.55% from 255 or 80.63% from 191); Max value from RGB is 154 - color contains mainly: blue. Hex color #11149A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11149A is #EEEB65. Grayscale: #212121. Windows color (decimal): -15657830 or 10097681. OLE color: 10097681.

HSL color Cylindrical-coordinate representation of color #11149A: hue angle of 238.69º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11149A is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1720154-
CMYK0.890.8700.40
HSL238.69º80.12%33.53%-
HSV(B)238.69º88.96%60.39%-
XYZ6.312.9530.81-
YUV34.38195.51115.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 154 (60.55% from 255) = 80.63%
R=8.90%
G=10.47%
B=80.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17201540.890.8700.40238.6980.1233.53
Hex11149A5957028ef5022
Octal212423213112705035712042
Binary100011010010011010101100110101110101000111011111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11149A; }

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

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

<style>
 a { background-color: #11149A; }

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

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

<style>
 span { border-color: #11149A; }

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

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