#13328F

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

Shades of Smalt #13328F

Tints of Smalt #13328F

Color information

#13328F (or 0x13328F) is unknown color: approx Smalt. HEX triplet: 13, 32 and 8F. RGB value is (19,50,143). Sum of RGB (Red+Green+Blue) = 19+50+143=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #13328F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13328F is #ECCD70. Grayscale: #323232. Windows color (decimal): -15519089 or 9384467. OLE color: 9384467.

HSL color Cylindrical-coordinate representation of color #13328F: hue angle of 225º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13328F is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1950143-
CMYK0.870.6500.44
HSL225º76.54%31.76%-
HSV(B)225º86.71%56.08%-
XYZ6.374.426.5-
YUV51.33179.73104.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 143 (56.25% from 255) = 67.45%
R=8.96%
G=23.58%
B=67.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19501430.870.6500.4422576.5431.76
Hex13328F574102Ce14d20
Octal236221712710105434111540
Binary1001111001010001111101011110000010101100111000011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13328F; }

 p { color: rgb(19,50,143); }

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

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

 a { background-color: rgb(19,50,143); }

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

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

 span { border-color: rgb(19,50,143); }

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