#132F84

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

Shades of Smalt #132F84

Tints of Smalt #132F84

Color information

#132F84 (or 0x132F84) is unknown color: approx Smalt. HEX triplet: 13, 2F and 84. RGB value is (19,47,132). Sum of RGB (Red+Green+Blue) = 19+47+132=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #132F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132F84 is #ECD07B. Grayscale: #2F2F2F. Windows color (decimal): -15519868 or 8662803. OLE color: 8662803.

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

Color convert

RGB1947132-
CMYK0.860.6400.48
HSL225.13º74.83%29.61%-
HSV(B)225.13º85.61%51.76%-
XYZ5.453.8422.28-
YUV48.32175.22107.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 132 (51.95% from 255) = 66.67%
R=9.60%
G=23.74%
B=66.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19471320.860.6400.48225.1374.8329.61
Hex132F845640030e14b1e
Octal235720412610006034111336
Binary100111011111000010010101101000000011000011100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,47,132); }

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

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

 a { background-color: rgb(19,47,132); }

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

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

 span { border-color: rgb(19,47,132); }

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