#133160

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

Shades of Sapphire #133160

Tints of Sapphire #133160

Color information

#133160 (or 0x133160) is unknown color: approx Sapphire. HEX triplet: 13, 31 and 60. RGB value is (19,49,96). Sum of RGB (Red+Green+Blue) = 19+49+96=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #133160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133160 is #ECCE9F. Grayscale: #2D2D2D. Windows color (decimal): -15519392 or 6304019. OLE color: 6304019.

HSL color Cylindrical-coordinate representation of color #133160: hue angle of 216.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133160 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB194996-
CMYK0.800.4900.62
HSL216.62º66.96%22.55%-
HSV(B)216.62º80.21%37.65%-
XYZ3.483.1811.5-
YUV45.39156.56109.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=11.59%
G=29.88%
B=58.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1949960.800.4900.62216.6266.9622.55
Hex133160503103Ed94317
Octal23611401206107633110327
Binary1001111000111000001010000110001011111011011001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133160; }

 p { color: rgb(19,49,96); }

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

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

 a { background-color: rgb(19,49,96); }

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

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

 span { border-color: rgb(19,49,96); }

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