#132B89

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

Shades of Smalt #132B89

Tints of Smalt #132B89

Color information

#132B89 (or 0x132B89) is unknown color: approx Smalt. HEX triplet: 13, 2B and 89. RGB value is (19,43,137). Sum of RGB (Red+Green+Blue) = 19+43+137=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #132B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132B89 is #ECD476. Grayscale: #2E2E2E. Windows color (decimal): -15520887 or 8989459. OLE color: 8989459.

HSL color Cylindrical-coordinate representation of color #132B89: hue angle of 227.8º 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 #132B89 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1943137-
CMYK0.860.6900.46
HSL227.8º75.64%30.59%-
HSV(B)227.8º86.13%53.73%-
XYZ5.653.6724.08-
YUV46.54179.05108.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 137 (53.91% from 255) = 68.84%
R=9.55%
G=21.61%
B=68.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19431370.860.6900.46227.875.6430.59
Hex132B89564502Ee44c1f
Octal235321112610505634411437
Binary100111010111000100110101101000101010111011100100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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