#120784

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

Shades of Ultramarine #120784

Tints of Ultramarine #120784

Color information

#120784 (or 0x120784) is unknown color: approx Ultramarine. HEX triplet: 12, 07 and 84. RGB value is (18,7,132). Sum of RGB (Red+Green+Blue) = 18+7+132=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #120784 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120784 is #EDF87B. Grayscale: #181818. Windows color (decimal): -15595644 or 8652562. OLE color: 8652562.

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

Color convert

RGB187132-
CMYK0.860.9500.48
HSL245.28º89.93%27.25%-
HSV(B)245.28º94.7%51.76%-
XYZ4.491.9521.97-
YUV24.54188.64123.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 132 (51.95% from 255) = 84.08%
R=11.46%
G=4.46%
B=84.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1871320.860.9500.48245.2889.9327.25
Hex12784565F030f55a1b
Octal22720412613706036513233
Binary100101111000010010101101011111011000011110101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120784; }

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

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

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

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

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

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

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

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