#122189

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

Shades of Ultramarine #122189

Tints of Ultramarine #122189

Color information

#122189 (or 0x122189) is unknown color: approx Ultramarine. HEX triplet: 12, 21 and 89. RGB value is (18,33,137). Sum of RGB (Red+Green+Blue) = 18+33+137=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #122189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122189 is #EDDE76. Grayscale: #272727. Windows color (decimal): -15588983 or 8986898. OLE color: 8986898.

HSL color Cylindrical-coordinate representation of color #122189: hue angle of 232.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122189 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1833137-
CMYK0.870.7600.46
HSL232.44º76.77%30.39%-
HSV(B)232.44º86.86%53.73%-
XYZ5.313.0223.97-
YUV40.37182.53112.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 137 (53.91% from 255) = 72.87%
R=9.57%
G=17.55%
B=72.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18331370.870.7600.46232.4476.7730.39
Hex122189574C02Ee84d1e
Octal224121112711405635011536
Binary100101000011000100110101111001100010111011101000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122189; }

 p { color: rgb(18,33,137); }

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

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

 a { background-color: rgb(18,33,137); }

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

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

 span { border-color: rgb(18,33,137); }

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