#120590

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

Shades of Ultramarine #120590

Tints of Ultramarine #120590

Color information

#120590 (or 0x120590) is unknown color: approx Ultramarine. HEX triplet: 12, 05 and 90. RGB value is (18,5,144). Sum of RGB (Red+Green+Blue) = 18+5+144=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 144 (56.64% from 255 or 86.23% from 167); Max value from RGB is 144 - color contains mainly: blue. Hex color #120590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120590 is #EDFA6F. Grayscale: #181818. Windows color (decimal): -15596144 or 9438482. OLE color: 9438482.

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

Color convert

RGB185144-
CMYK0.880.9700.44
HSL245.61º93.29%29.22%-
HSV(B)245.61º96.53%56.47%-
XYZ5.342.2526.54-
YUV24.73195.31123.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 144 (56.64% from 255) = 86.23%
R=10.78%
G=2.99%
B=86.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1851440.880.9700.44245.6193.2929.22
Hex12590586102Cf65d1d
Octal22522013014105436613535
Binary100101011001000010110001100001010110011110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120590; }

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

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

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

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

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

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

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

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