#120089

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

Shades of Ultramarine #120089

Tints of Ultramarine #120089

Color information

#120089 (or 0x120089) is unknown color: approx Ultramarine. HEX triplet: 12, 00 and 89. RGB value is (18,0,137). Sum of RGB (Red+Green+Blue) = 18+0+137=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 137 (53.91% from 255 or 88.39% from 155); Max value from RGB is 137 - color contains mainly: blue. Hex color #120089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120089 is #EDFF76. Grayscale: #141414. Windows color (decimal): -15597431 or 8978450. OLE color: 8978450.

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

Color convert

RGB180137-
CMYK0.87100.46
HSL247.88º100%26.86%-
HSV(B)247.88º100%53.73%-
XYZ4.761.9323.79-
YUV21193.46125.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 88.39%
R=11.61%
G=0%
B=88.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1801370.87100.46247.8810026.86
Hex12089576402Ef8641b
Octal22021112714405637014433
Binary1001001000100110101111100100010111011111000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120089; }

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

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

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

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

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

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

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

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