#133689

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

Shades of Smalt #133689

Tints of Smalt #133689

Color information

#133689 (or 0x133689) is unknown color: approx Smalt. HEX triplet: 13, 36 and 89. RGB value is (19,54,137). Sum of RGB (Red+Green+Blue) = 19+54+137=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #133689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133689 is #ECC976. Grayscale: #343434. Windows color (decimal): -15518071 or 8992275. OLE color: 8992275.

HSL color Cylindrical-coordinate representation of color #133689: hue angle of 222.2º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133689 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1954137-
CMYK0.860.6100.46
HSL222.2º75.64%30.59%-
HSV(B)222.2º86.13%53.73%-
XYZ6.14.5824.23-
YUV53175.4103.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 137 (53.91% from 255) = 65.24%
R=9.05%
G=25.71%
B=65.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19541370.860.6100.46222.275.6430.59
Hex133689563D02Ede4c1f
Octal23662111267505633611437
Binary10011110110100010011010110111101010111011011110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133689; }

 p { color: rgb(19,54,137); }

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

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

 a { background-color: rgb(19,54,137); }

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

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

 span { border-color: rgb(19,54,137); }

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