#120F99

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

Shades of Ultramarine #120F99

Tints of Ultramarine #120F99

Color information

#120F99 (or 0x120F99) is unknown color: approx Ultramarine. HEX triplet: 12, 0F and 99. RGB value is (18,15,153). Sum of RGB (Red+Green+Blue) = 18+15+153=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #120F99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120F99 is #EDF066. Grayscale: #1F1F1F. Windows color (decimal): -15593575 or 10030866. OLE color: 10030866.

HSL color Cylindrical-coordinate representation of color #120F99: hue angle of 241.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120F99 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1815153-
CMYK0.880.9000.4
HSL241.3º82.14%32.94%-
HSV(B)241.3º90.2%60%-
XYZ6.172.7730.35-
YUV31.63196.49118.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 153 (60.16% from 255) = 82.26%
R=9.68%
G=8.06%
B=82.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18151530.880.9000.4241.382.1432.94
Hex12F99585A028f15221
Octal221723113013205036112241
Binary10010111110011001101100010110100101000111100011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,15,153); }

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

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

 a { background-color: rgb(18,15,153); }

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

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

 span { border-color: rgb(18,15,153); }

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