#13328C

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

Shades of Smalt #13328C

Tints of Smalt #13328C

Color information

#13328C (or 0x13328C) is unknown color: approx Smalt. HEX triplet: 13, 32 and 8C. RGB value is (19,50,140). Sum of RGB (Red+Green+Blue) = 19+50+140=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #13328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13328C is #ECCD73. Grayscale: #323232. Windows color (decimal): -15519092 or 9187859. OLE color: 9187859.

HSL color Cylindrical-coordinate representation of color #13328C: hue angle of 224.63º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13328C is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1950140-
CMYK0.860.6400.45
HSL224.63º76.1%31.18%-
HSV(B)224.63º86.43%54.9%-
XYZ6.144.3125.32-
YUV50.99178.23105.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 140 (55.08% from 255) = 66.99%
R=9.09%
G=23.92%
B=66.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19501400.860.6400.45224.6376.131.18
Hex13328C564002De14c1f
Octal236221412610005534111437
Binary100111100101000110010101101000000010110111100001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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