#120B87

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

Shades of Ultramarine #120B87

Tints of Ultramarine #120B87

Color information

#120B87 (or 0x120B87) is unknown color: approx Ultramarine. HEX triplet: 12, 0B and 87. RGB value is (18,11,135). Sum of RGB (Red+Green+Blue) = 18+11+135=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 135 (53.12% from 255 or 82.32% from 164); Max value from RGB is 135 - color contains mainly: blue. Hex color #120B87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120B87 is #EDF478. Grayscale: #1A1A1A. Windows color (decimal): -15594617 or 8850194. OLE color: 8850194.

HSL color Cylindrical-coordinate representation of color #120B87: hue angle of 243.39º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120B87 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1811135-
CMYK0.870.9200.47
HSL243.39º84.93%28.63%-
HSV(B)243.39º91.85%52.94%-
XYZ4.742.1223.08-
YUV27.23188.82121.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 135 (53.12% from 255) = 82.32%
R=10.98%
G=6.71%
B=82.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18111350.870.9200.47243.3984.9328.63
Hex12B87575C02Ff3551d
Octal221320712713405736312535
Binary1001010111000011110101111011100010111111110011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120B87; }

 p { color: rgb(18,11,135); }

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

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

 a { background-color: rgb(18,11,135); }

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

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

 span { border-color: rgb(18,11,135); }

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