#193172

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

Shades of Sapphire #193172

Tints of Sapphire #193172

Color information

#193172 (or 0x193172) is unknown color: approx Sapphire. HEX triplet: 19, 31 and 72. RGB value is (25,49,114). Sum of RGB (Red+Green+Blue) = 25+49+114=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #193172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193172 is #E6CE8D. Grayscale: #303030. Windows color (decimal): -15126158 or 7483673. OLE color: 7483673.

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

Color convert

RGB2549114-
CMYK0.780.5700.55
HSL223.82º64.03%27.25%-
HSV(B)223.82º78.07%44.71%-
XYZ4.543.6216.38-
YUV49.23164.55110.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=13.30%
G=26.06%
B=60.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25491140.780.5700.55223.8264.0327.25
Hex1931724E39037e0401b
Octal31611621167106734010033
Binary1100111000111100101001110111001011011111100000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193172; }

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

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

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

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

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

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

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

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