#122091

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

Shades of Ultramarine #122091

Tints of Ultramarine #122091

Color information

#122091 (or 0x122091) is unknown color: approx Ultramarine. HEX triplet: 12, 20 and 91. RGB value is (18,32,145). Sum of RGB (Red+Green+Blue) = 18+32+145=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #122091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122091 is #EDDF6E. Grayscale: #282828. Windows color (decimal): -15589231 or 9510930. OLE color: 9510930.

HSL color Cylindrical-coordinate representation of color #122091: hue angle of 233.39º 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 #122091 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1832145-
CMYK0.880.7800.43
HSL233.39º77.91%31.96%-
HSV(B)233.39º87.59%56.86%-
XYZ5.883.2127.1-
YUV40.7186.86111.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 145 (57.03% from 255) = 74.36%
R=9.23%
G=16.41%
B=74.36%

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
Decimal18321450.880.7800.43233.3977.9131.96
Hex122091584E02Be94e20
Octal224022113011605335111640
Binary1001010000010010001101100010011100101011111010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122091; }

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

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

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

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

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

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

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

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