#133586

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

Shades of Smalt #133586

Tints of Smalt #133586

Color information

#133586 (or 0x133586) is unknown color: approx Smalt. HEX triplet: 13, 35 and 86. RGB value is (19,53,134). Sum of RGB (Red+Green+Blue) = 19+53+134=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #133586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133586 is #ECCA79. Grayscale: #333333. Windows color (decimal): -15518330 or 8795411. OLE color: 8795411.

HSL color Cylindrical-coordinate representation of color #133586: hue angle of 222.26º 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 #133586 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1953134-
CMYK0.860.6000.47
HSL222.26º75.16%30%-
HSV(B)222.26º85.82%52.55%-
XYZ5.844.4123.1-
YUV52.07174.24104.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 134 (52.73% from 255) = 65.05%
R=9.22%
G=25.73%
B=65.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19531340.860.6000.47222.2675.1630
Hex133586563C02Fde4b1e
Octal23652061267405733611336
Binary10011110101100001101010110111100010111111011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133586; }

 p { color: rgb(19,53,134); }

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

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

 a { background-color: rgb(19,53,134); }

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

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

 span { border-color: rgb(19,53,134); }

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