#120A92

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

Shades of Ultramarine #120A92

Tints of Ultramarine #120A92

Color information

#120A92 (or 0x120A92) is unknown color: approx Ultramarine. HEX triplet: 12, 0A and 92. RGB value is (18,10,146). Sum of RGB (Red+Green+Blue) = 18+10+146=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 146 (57.42% from 255 or 83.91% from 174); Max value from RGB is 146 - color contains mainly: blue. Hex color #120A92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120A92 is #EDF56D. Grayscale: #1B1B1B. Windows color (decimal): -15594862 or 9570834. OLE color: 9570834.

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

Color convert

RGB1810146-
CMYK0.880.9300.43
HSL243.53º87.18%30.59%-
HSV(B)243.53º93.15%57.25%-
XYZ5.552.4227.37-
YUV27.9194.65120.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 146 (57.42% from 255) = 83.91%
R=10.34%
G=5.75%
B=83.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18101460.880.9300.43243.5387.1830.59
Hex12A92585D02Bf4571f
Octal221222213013505336412737
Binary1001010101001001010110001011101010101111110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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