#193575

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

Shades of Sapphire #193575

Tints of Sapphire #193575

Color information

#193575 (or 0x193575) is unknown color: approx Sapphire. HEX triplet: 19, 35 and 75. RGB value is (25,53,117). Sum of RGB (Red+Green+Blue) = 25+53+117=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #193575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193575 is #E6CA8A. Grayscale: #333333. Windows color (decimal): -15125131 or 7681305. OLE color: 7681305.

HSL color Cylindrical-coordinate representation of color #193575: hue angle of 221.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193575 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2553117-
CMYK0.790.5500.54
HSL221.74º64.79%27.84%-
HSV(B)221.74º78.63%45.88%-
XYZ4.884.0417.35-
YUV51.92164.72108.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 117 (46.09% from 255) = 60%
R=12.82%
G=27.18%
B=60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25531170.790.5500.54221.7464.7927.84
Hex1935754F37036de411c
Octal31651651176706633610134
Binary1100111010111101011001111110111011011011011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193575; }

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

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

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

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

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

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

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

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