#120481

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

Shades of Ultramarine #120481

Tints of Ultramarine #120481

Color information

#120481 (or 0x120481) is unknown color: approx Ultramarine. HEX triplet: 12, 04 and 81. RGB value is (18,4,129). Sum of RGB (Red+Green+Blue) = 18+4+129=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 129 (50.78% from 255 or 85.43% from 151); Max value from RGB is 129 - color contains mainly: blue. Hex color #120481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120481 is #EDFB7E. Grayscale: #151515. Windows color (decimal): -15596415 or 8455186. OLE color: 8455186.

HSL color Cylindrical-coordinate representation of color #120481: hue angle of 246.72º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120481 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB184129-
CMYK0.860.9700.49
HSL246.72º93.98%26.08%-
HSV(B)246.72º96.9%50.59%-
XYZ4.261.820.89-
YUV22.44188.14124.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 129 (50.78% from 255) = 85.43%
R=11.92%
G=2.65%
B=85.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1841290.860.9700.49246.7293.9826.08
Hex124815661031f75e1a
Octal22420112614106136713632
Binary100101001000000110101101100001011000111110111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120481; }

 p { color: rgb(18,4,129); }

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

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

 a { background-color: rgb(18,4,129); }

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

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

 span { border-color: rgb(18,4,129); }

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