#132291

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

Shades of Ultramarine #132291

Tints of Ultramarine #132291

Color information

#132291 (or 0x132291) is unknown color: approx Ultramarine. HEX triplet: 13, 22 and 91. RGB value is (19,34,145). Sum of RGB (Red+Green+Blue) = 19+34+145=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #132291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132291 is #ECDD6E. Grayscale: #292929. Windows color (decimal): -15523183 or 9511443. OLE color: 9511443.

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

Color convert

RGB1934145-
CMYK0.870.7700.43
HSL232.86º76.83%32.16%-
HSV(B)232.86º86.9%56.86%-
XYZ5.953.3327.12-
YUV42.17186.03111.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 145 (57.03% from 255) = 73.23%
R=9.60%
G=17.17%
B=73.23%

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
Decimal19341450.870.7700.43232.8676.8332.16
Hex132291574D02Be94d20
Octal234222112711505335111540
Binary1001110001010010001101011110011010101011111010011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132291; }

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

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

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

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

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

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

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

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