#120992

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

Shades of Ultramarine #120992

Tints of Ultramarine #120992

Color information

#120992 (or 0x120992) is unknown color: approx Ultramarine. HEX triplet: 12, 09 and 92. RGB value is (18,9,146). Sum of RGB (Red+Green+Blue) = 18+9+146=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 146 (57.42% from 255 or 84.39% from 173); Max value from RGB is 146 - color contains mainly: blue. Hex color #120992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120992 is #EDF66D. Grayscale: #1A1A1A. Windows color (decimal): -15595118 or 9570578. OLE color: 9570578.

HSL color Cylindrical-coordinate representation of color #120992: hue angle of 243.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120992 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB189146-
CMYK0.880.9400.43
HSL243.94º88.39%30.39%-
HSV(B)243.94º93.84%57.25%-
XYZ5.542.427.37-
YUV27.31194.98121.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 146 (57.42% from 255) = 84.39%
R=10.40%
G=5.20%
B=84.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1891460.880.9400.43243.9488.3930.39
Hex12992585E02Bf4581e
Octal221122213013605336413036
Binary1001010011001001010110001011110010101111110100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120992; }

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

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

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

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

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

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

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

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