#132A88

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

Shades of Smalt #132A88

Tints of Smalt #132A88

Color information

#132A88 (or 0x132A88) is unknown color: approx Smalt. HEX triplet: 13, 2A and 88. RGB value is (19,42,136). Sum of RGB (Red+Green+Blue) = 19+42+136=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #132A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132A88 is #ECD577. Grayscale: #2D2D2D. Windows color (decimal): -15521144 or 8923667. OLE color: 8923667.

HSL color Cylindrical-coordinate representation of color #132A88: hue angle of 228.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132A88 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1942136-
CMYK0.860.6900.47
HSL228.21º75.48%30.39%-
HSV(B)228.21º86.03%53.33%-
XYZ5.543.5723.69-
YUV45.84178.88108.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 136 (53.52% from 255) = 69.04%
R=9.64%
G=21.32%
B=69.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19421360.860.6900.47228.2175.4830.39
Hex132A88564502Fe44b1e
Octal235221012610505734411336
Binary100111010101000100010101101000101010111111100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132A88; }

 p { color: rgb(19,42,136); }

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

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

 a { background-color: rgb(19,42,136); }

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

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

 span { border-color: rgb(19,42,136); }

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