#132193

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

Shades of Ultramarine #132193

Tints of Ultramarine #132193

Color information

#132193 (or 0x132193) is unknown color: approx Ultramarine. HEX triplet: 13, 21 and 93. RGB value is (19,33,147). Sum of RGB (Red+Green+Blue) = 19+33+147=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #132193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132193 is #ECDE6C. Grayscale: #292929. Windows color (decimal): -15523437 or 9642259. OLE color: 9642259.

HSL color Cylindrical-coordinate representation of color #132193: hue angle of 233.44º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132193 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1933147-
CMYK0.870.7800.42
HSL233.44º77.11%32.55%-
HSV(B)233.44º87.07%57.65%-
XYZ6.083.3327.93-
YUV41.81187.36111.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 147 (57.81% from 255) = 73.87%
R=9.55%
G=16.58%
B=73.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19331470.870.7800.42233.4477.1132.55
Hex132193574E02Ae94d21
Octal234122312711605235111541
Binary1001110000110010011101011110011100101010111010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132193; }

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

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

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

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

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

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

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

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