#193571

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

Shades of Sapphire #193571

Tints of Sapphire #193571

Color information

#193571 (or 0x193571) is unknown color: approx Sapphire. HEX triplet: 19, 35 and 71. RGB value is (25,53,113). Sum of RGB (Red+Green+Blue) = 25+53+113=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #193571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193571 is #E6CA8E. Grayscale: #333333. Windows color (decimal): -15125135 or 7419161. OLE color: 7419161.

HSL color Cylindrical-coordinate representation of color #193571: hue angle of 220.91º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193571 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2553113-
CMYK0.780.5300.56
HSL220.91º63.77%27.06%-
HSV(B)220.91º77.88%44.31%-
XYZ4.653.9516.14-
YUV51.47162.72109.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 113 (44.53% from 255) = 59.16%
R=13.09%
G=27.75%
B=59.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25531130.780.5300.56220.9163.7727.06
Hex1935714E35038dd401b
Octal31651611166507033510033
Binary1100111010111100011001110110101011100011011101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193571; }

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

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

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

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

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

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

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

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