#120A89

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

Shades of Ultramarine #120A89

Tints of Ultramarine #120A89

Color information

#120A89 (or 0x120A89) is unknown color: approx Ultramarine. HEX triplet: 12, 0A and 89. RGB value is (18,10,137). Sum of RGB (Red+Green+Blue) = 18+10+137=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 137 (53.91% from 255 or 83.03% from 165); Max value from RGB is 137 - color contains mainly: blue. Hex color #120A89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120A89 is #EDF576. Grayscale: #1A1A1A. Windows color (decimal): -15594871 or 8981010. OLE color: 8981010.

HSL color Cylindrical-coordinate representation of color #120A89: hue angle of 243.78º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120A89 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1810137-
CMYK0.870.9300.46
HSL243.78º86.39%28.82%-
HSV(B)243.78º92.7%53.73%-
XYZ4.872.1523.83-
YUV26.87190.15121.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 10 (4.30% from 255) = 6.06%
BLUE value IS 137 (53.91% from 255) = 83.03%
R=10.91%
G=6.06%
B=83.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18101370.870.9300.46243.7886.3928.82
Hex12A89575D02Ef4561d
Octal221221112713505636412635
Binary1001010101000100110101111011101010111011110100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120A89; }

 p { color: rgb(18,10,137); }

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

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

 a { background-color: rgb(18,10,137); }

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

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

 span { border-color: rgb(18,10,137); }

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