#133170

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

Shades of Sapphire #133170

Tints of Sapphire #133170

Color information

#133170 (or 0x133170) is unknown color: approx Sapphire. HEX triplet: 13, 31 and 70. RGB value is (19,49,112). Sum of RGB (Red+Green+Blue) = 19+49+112=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #133170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133170 is #ECCE8F. Grayscale: #2E2E2E. Windows color (decimal): -15519376 or 7352595. OLE color: 7352595.

HSL color Cylindrical-coordinate representation of color #133170: hue angle of 220.65º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133170 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1949112-
CMYK0.830.5600.56
HSL220.65º70.99%25.69%-
HSV(B)220.65º83.04%43.92%-
XYZ4.293.515.78-
YUV47.21164.56107.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=10.56%
G=27.22%
B=62.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19491120.830.5600.56220.6570.9925.69
Hex1331705338038dd471a
Octal23611601237007033510732
Binary1001111000111100001010011111000011100011011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133170; }

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

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

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

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

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

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

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

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