#120786

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

Shades of Ultramarine #120786

Tints of Ultramarine #120786

Color information

#120786 (or 0x120786) is unknown color: approx Ultramarine. HEX triplet: 12, 07 and 86. RGB value is (18,7,134). Sum of RGB (Red+Green+Blue) = 18+7+134=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 134 (52.73% from 255 or 84.28% from 159); Max value from RGB is 134 - color contains mainly: blue. Hex color #120786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120786 is #EDF879. Grayscale: #181818. Windows color (decimal): -15595642 or 8783634. OLE color: 8783634.

HSL color Cylindrical-coordinate representation of color #120786: hue angle of 245.2º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120786 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB187134-
CMYK0.870.9500.47
HSL245.2º90.07%27.65%-
HSV(B)245.2º94.78%52.55%-
XYZ4.63222.7-
YUV24.77189.64123.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 134 (52.73% from 255) = 84.28%
R=11.32%
G=4.40%
B=84.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1871340.870.9500.47245.290.0727.65
Hex12786575F02Ff55a1c
Octal22720612713705736513234
Binary100101111000011010101111011111010111111110101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120786; }

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

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

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

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

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

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

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

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