#193163

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

Shades of Sapphire #193163

Tints of Sapphire #193163

Color information

#193163 (or 0x193163) is unknown color: approx Sapphire. HEX triplet: 19, 31 and 63. RGB value is (25,49,99). Sum of RGB (Red+Green+Blue) = 25+49+99=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #193163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193163 is #E6CE9C. Grayscale: #2F2F2F. Windows color (decimal): -15126173 or 6500633. OLE color: 6500633.

HSL color Cylindrical-coordinate representation of color #193163: hue angle of 220.54º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193163 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB254999-
CMYK0.750.5100.61
HSL220.54º59.68%24.31%-
HSV(B)220.54º74.75%38.82%-
XYZ3.753.312.24-
YUV47.52157.05111.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=14.45%
G=28.32%
B=57.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2549990.750.5100.61220.5459.6824.31
Hex1931634B3303Ddd3c18
Octal3161143113630753357430
Binary110011100011100011100101111001101111011101110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193163; }

 p { color: rgb(25,49,99); }

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

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

 a { background-color: rgb(25,49,99); }

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

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

 span { border-color: rgb(25,49,99); }

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