#133571

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

Shades of Sapphire #133571

Tints of Sapphire #133571

Color information

#133571 (or 0x133571) is unknown color: approx Sapphire. HEX triplet: 13, 35 and 71. RGB value is (19,53,113). Sum of RGB (Red+Green+Blue) = 19+53+113=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #133571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133571 is #ECCA8E. Grayscale: #313131. Windows color (decimal): -15518351 or 7419155. OLE color: 7419155.

HSL color Cylindrical-coordinate representation of color #133571: hue angle of 218.3º 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 #133571 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1953113-
CMYK0.830.5300.56
HSL218.3º71.21%25.88%-
HSV(B)218.3º83.19%44.31%-
XYZ4.523.8816.13-
YUV49.67163.74106.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=10.27%
G=28.65%
B=61.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19531130.830.5300.56218.371.2125.88
Hex1335715335038da471a
Octal23651611236507033210732
Binary1001111010111100011010011110101011100011011010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133571; }

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

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

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

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

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

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

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

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