#120E9E

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

Shades of Ultramarine #120E9E

Tints of Ultramarine #120E9E

Color information

#120E9E (or 0x120E9E) is unknown color: approx Ultramarine. HEX triplet: 12, 0E and 9E. RGB value is (18,14,158). Sum of RGB (Red+Green+Blue) = 18+14+158=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #120E9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120E9E is #EDF161. Grayscale: #1F1F1F. Windows color (decimal): -15593826 or 10358290. OLE color: 10358290.

HSL color Cylindrical-coordinate representation of color #120E9E: hue angle of 241.67º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120E9E is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1814158-
CMYK0.890.9100.38
HSL241.67º83.72%33.73%-
HSV(B)241.67º91.14%61.96%-
XYZ6.582.9132.56-
YUV31.61199.33118.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 14 (5.86% from 255) = 7.37%
BLUE value IS 158 (62.11% from 255) = 83.16%
R=9.47%
G=7.37%
B=83.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18141580.890.9100.38241.6783.7233.73
Hex12E9E595B026f25422
Octal221623613113304636212442
Binary10010111010011110101100110110110100110111100101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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