#132189

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

Shades of Ultramarine #132189

Tints of Ultramarine #132189

Color information

#132189 (or 0x132189) is unknown color: approx Ultramarine. HEX triplet: 13, 21 and 89. RGB value is (19,33,137). Sum of RGB (Red+Green+Blue) = 19+33+137=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #132189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132189 is #ECDE76. Grayscale: #282828. Windows color (decimal): -15523447 or 8986899. OLE color: 8986899.

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

Color convert

RGB1933137-
CMYK0.860.7600.46
HSL232.88º75.64%30.59%-
HSV(B)232.88º86.13%53.73%-
XYZ5.333.0323.97-
YUV40.67182.36112.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 137 (53.91% from 255) = 72.49%
R=10.05%
G=17.46%
B=72.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19331370.860.7600.46232.8875.6430.59
Hex132189564C02Ee94c1f
Octal234121112611405635111437
Binary100111000011000100110101101001100010111011101001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132189; }

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

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

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

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

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

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

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

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