#193170

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

Shades of Sapphire #193170

Tints of Sapphire #193170

Color information

#193170 (or 0x193170) is unknown color: approx Sapphire. HEX triplet: 19, 31 and 70. RGB value is (25,49,112). Sum of RGB (Red+Green+Blue) = 25+49+112=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #193170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193170 is #E6CE8F. Grayscale: #303030. Windows color (decimal): -15126160 or 7352601. OLE color: 7352601.

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

Color convert

RGB2549112-
CMYK0.780.5600.56
HSL223.45º63.5%26.86%-
HSV(B)223.45º77.68%43.92%-
XYZ4.423.5715.79-
YUV49.01163.55110.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=13.44%
G=26.34%
B=60.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25491120.780.5600.56223.4563.526.86
Hex1931704E38038df401b
Octal31611601167007033710033
Binary1100111000111100001001110111000011100011011111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193170; }

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

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

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

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

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

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

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

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