#120092

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

Shades of Ultramarine #120092

Tints of Ultramarine #120092

Color information

#120092 (or 0x120092) is unknown color: approx Ultramarine. HEX triplet: 12, 00 and 92. RGB value is (18,0,146). Sum of RGB (Red+Green+Blue) = 18+0+146=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #120092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120092 is #EDFF6D. Grayscale: #151515. Windows color (decimal): -15597422 or 9568274. OLE color: 9568274.

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

Color convert

RGB180146-
CMYK0.88100.43
HSL247.4º100%28.63%-
HSV(B)247.4º100%57.25%-
XYZ5.442.227.33-
YUV22.03197.96125.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 89.02%
R=10.98%
G=0%
B=89.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1801460.88100.43247.410028.63
Hex12092586402Bf7641d
Octal22022213014405336714435
Binary1001001001001010110001100100010101111110111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120092; }

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

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

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

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

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

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

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

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