#120985

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

Shades of Ultramarine #120985

Tints of Ultramarine #120985

Color information

#120985 (or 0x120985) is unknown color: approx Ultramarine. HEX triplet: 12, 09 and 85. RGB value is (18,9,133). Sum of RGB (Red+Green+Blue) = 18+9+133=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #120985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120985 is #EDF67A. Grayscale: #191919. Windows color (decimal): -15595131 or 8718610. OLE color: 8718610.

HSL color Cylindrical-coordinate representation of color #120985: hue angle of 244.35º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120985 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB189133-
CMYK0.860.9300.48
HSL244.35º87.32%27.84%-
HSV(B)244.35º93.23%52.16%-
XYZ4.582.0222.34-
YUV25.83188.48122.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 133 (52.34% from 255) = 83.12%
R=11.25%
G=5.62%
B=83.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1891330.860.9300.48244.3587.3227.84
Hex12985565D030f4571c
Octal221120512613506036412734
Binary1001010011000010110101101011101011000011110100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120985; }

 p { color: rgb(18,9,133); }

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

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

 a { background-color: rgb(18,9,133); }

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

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

 span { border-color: rgb(18,9,133); }

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