#120E8A

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

Shades of Ultramarine #120E8A

Tints of Ultramarine #120E8A

Color information

#120E8A (or 0x120E8A) is unknown color: approx Ultramarine. HEX triplet: 12, 0E and 8A. RGB value is (18,14,138). Sum of RGB (Red+Green+Blue) = 18+14+138=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #120E8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120E8A is #EDF175. Grayscale: #1C1C1C. Windows color (decimal): -15593846 or 9047570. OLE color: 9047570.

HSL color Cylindrical-coordinate representation of color #120E8A: hue angle of 241.94º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120E8A is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1814138-
CMYK0.870.9000.46
HSL241.94º81.58%29.8%-
HSV(B)241.94º89.86%54.12%-
XYZ4.992.2824.22-
YUV29.33189.33119.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 14 (5.86% from 255) = 8.24%
BLUE value IS 138 (54.30% from 255) = 81.18%
R=10.59%
G=8.24%
B=81.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18141380.870.9000.46241.9481.5829.8
Hex12E8A575A02Ef2521e
Octal221621212713205636212236
Binary1001011101000101010101111011010010111011110010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,14,138); }

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

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

 a { background-color: rgb(18,14,138); }

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

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

 span { border-color: rgb(18,14,138); }

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