#111290

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

Shades of Ultramarine #111290

Tints of Ultramarine #111290

Color information

#111290 (or 0x111290) is unknown color: approx Ultramarine. HEX triplet: 11, 12 and 90. RGB value is (17,18,144). Sum of RGB (Red+Green+Blue) = 17+18+144=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 144 (56.64% from 255 or 80.45% from 179); Max value from RGB is 144 - color contains mainly: blue. Hex color #111290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111290 is #EEED6F. Grayscale: #1F1F1F. Windows color (decimal): -15658352 or 9441809. OLE color: 9441809.

HSL color Cylindrical-coordinate representation of color #111290: hue angle of 239.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111290 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1718144-
CMYK0.880.8800.44
HSL239.53º78.88%31.57%-
HSV(B)239.53º88.19%56.47%-
XYZ5.482.5726.59-
YUV32.06191.17117.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 144 (56.64% from 255) = 80.45%
R=9.50%
G=10.06%
B=80.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17181440.880.8800.44239.5378.8831.57
Hex111290585802Cf04f20
Octal212222013013005436011740
Binary100011001010010000101100010110000101100111100001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111290; }

 p { color: rgb(17,18,144); }

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

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

 a { background-color: rgb(17,18,144); }

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

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

 span { border-color: rgb(17,18,144); }

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