#133791

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

Shades of Smalt #133791

Tints of Smalt #133791

Color information

#133791 (or 0x133791) is unknown color: approx Smalt. HEX triplet: 13, 37 and 91. RGB value is (19,55,145). Sum of RGB (Red+Green+Blue) = 19+55+145=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #133791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133791 is #ECC86E. Grayscale: #363636. Windows color (decimal): -15517807 or 9516819. OLE color: 9516819.

HSL color Cylindrical-coordinate representation of color #133791: hue angle of 222.86º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133791 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1955145-
CMYK0.870.6200.43
HSL222.86º76.83%32.16%-
HSV(B)222.86º86.9%56.86%-
XYZ6.754.9227.38-
YUV54.5179.07102.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 145 (57.03% from 255) = 66.21%
R=8.68%
G=25.11%
B=66.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19551450.870.6200.43222.8676.8332.16
Hex133791573E02Bdf4d20
Octal23672211277605333711540
Binary100111101111001000110101111111100101011110111111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133791; }

 p { color: rgb(19,55,145); }

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

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

 a { background-color: rgb(19,55,145); }

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

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

 span { border-color: rgb(19,55,145); }

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