#120084

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

Shades of Ultramarine #120084

Tints of Ultramarine #120084

Color information

#120084 (or 0x120084) is unknown color: approx Ultramarine. HEX triplet: 12, 00 and 84. RGB value is (18,0,132). Sum of RGB (Red+Green+Blue) = 18+0+132=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 132 (51.95% from 255 or 88% from 150); Max value from RGB is 132 - color contains mainly: blue. Hex color #120084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120084 is #EDFF7B. Grayscale: #131313. Windows color (decimal): -15597436 or 8650770. OLE color: 8650770.

HSL color Cylindrical-coordinate representation of color #120084: hue angle of 248.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120084 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB180132-
CMYK0.86100.48
HSL248.18º100%25.88%-
HSV(B)248.18º100%51.76%-
XYZ4.411.7921.94-
YUV20.43190.96126.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 88%
R=12%
G=0%
B=88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1801320.86100.48248.1810025.88
Hex120845664030f8641a
Octal22020412614406037014432
Binary1001001000010010101101100100011000011111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120084; }

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

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

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

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

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

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

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

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