#122092

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

Shades of Ultramarine #122092

Tints of Ultramarine #122092

Color information

#122092 (or 0x122092) is unknown color: approx Ultramarine. HEX triplet: 12, 20 and 92. RGB value is (18,32,146). Sum of RGB (Red+Green+Blue) = 18+32+146=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #122092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122092 is #EDDF6D. Grayscale: #282828. Windows color (decimal): -15589230 or 9576466. OLE color: 9576466.

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

Color convert

RGB1832146-
CMYK0.880.7800.43
HSL233.44º78.05%32.16%-
HSV(B)233.44º87.67%57.25%-
XYZ5.953.2427.51-
YUV40.81187.36111.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 146 (57.42% from 255) = 74.49%
R=9.18%
G=16.33%
B=74.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18321460.880.7800.43233.4478.0532.16
Hex122092584E02Be94e20
Octal224022213011605335111640
Binary1001010000010010010101100010011100101011111010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122092; }

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

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

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

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

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

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

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

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