#132191

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

Shades of Ultramarine #132191

Tints of Ultramarine #132191

Color information

#132191 (or 0x132191) is unknown color: approx Ultramarine. HEX triplet: 13, 21 and 91. RGB value is (19,33,145). Sum of RGB (Red+Green+Blue) = 19+33+145=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #132191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132191 is #ECDE6E. Grayscale: #292929. Windows color (decimal): -15523439 or 9511187. OLE color: 9511187.

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

Color convert

RGB1933145-
CMYK0.870.7700.43
HSL233.33º76.83%32.16%-
HSV(B)233.33º86.9%56.86%-
XYZ5.923.2727.11-
YUV41.58186.36111.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 145 (57.03% from 255) = 73.60%
R=9.64%
G=16.75%
B=73.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19331450.870.7700.43233.3376.8332.16
Hex132191574D02Be94d20
Octal234122112711505335111540
Binary1001110000110010001101011110011010101011111010011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132191; }

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

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

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

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

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

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

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

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