#121190

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

Shades of Ultramarine #121190

Tints of Ultramarine #121190

Color information

#121190 (or 0x121190) is unknown color: approx Ultramarine. HEX triplet: 12, 11 and 90. RGB value is (18,17,144). Sum of RGB (Red+Green+Blue) = 18+17+144=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 17 (7.03% from 255 or 9.50% 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 #121190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121190 is #EDEE6F. Grayscale: #1F1F1F. Windows color (decimal): -15593072 or 9441554. OLE color: 9441554.

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

Color convert

RGB1817144-
CMYK0.880.8800.44
HSL240.47º78.88%31.57%-
HSV(B)240.47º88.19%56.47%-
XYZ5.482.5426.59-
YUV31.78191.33118.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 144 (56.64% from 255) = 80.45%
R=10.06%
G=9.50%
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
Decimal18171440.880.8800.44240.4778.8831.57
Hex121190585802Cf04f20
Octal222122013013005436011740
Binary100101000110010000101100010110000101100111100001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121190; }

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

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

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

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

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

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

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

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