#120980

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

Shades of Ultramarine #120980

Tints of Ultramarine #120980

Color information

#120980 (or 0x120980) is unknown color: approx Ultramarine. HEX triplet: 12, 09 and 80. RGB value is (18,9,128). Sum of RGB (Red+Green+Blue) = 18+9+128=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 128 (50.39% from 255 or 82.58% from 155); Max value from RGB is 128 - color contains mainly: blue. Hex color #120980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120980 is #EDF67F. Grayscale: #181818. Windows color (decimal): -15595136 or 8390930. OLE color: 8390930.

HSL color Cylindrical-coordinate representation of color #120980: hue angle of 244.54º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120980 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB189128-
CMYK0.860.9300.50
HSL244.54º86.86%26.86%-
HSV(B)244.54º92.97%50.2%-
XYZ4.241.8820.56-
YUV25.26185.98122.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 128 (50.39% from 255) = 82.58%
R=11.61%
G=5.81%
B=82.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1891280.860.9300.50244.5486.8626.86
Hex12980565D032f5571b
Octal221120012613506236512733
Binary1001010011000000010101101011101011001011110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120980; }

 p { color: rgb(18,9,128); }

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

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

 a { background-color: rgb(18,9,128); }

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

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

 span { border-color: rgb(18,9,128); }

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