#193676

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

Shades of Sapphire #193676

Tints of Sapphire #193676

Color information

#193676 (or 0x193676) is unknown color: approx Sapphire. HEX triplet: 19, 36 and 76. RGB value is (25,54,118). Sum of RGB (Red+Green+Blue) = 25+54+118=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #193676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193676 is #E6C989. Grayscale: #343434. Windows color (decimal): -15124874 or 7747097. OLE color: 7747097.

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

Color convert

RGB2554118-
CMYK0.790.5400.54
HSL221.29º65.03%28.04%-
HSV(B)221.29º78.81%46.27%-
XYZ4.994.1517.68-
YUV52.62164.89108.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=12.69%
G=27.41%
B=59.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25541180.790.5400.54221.2965.0328.04
Hex1936764F36036dd411c
Octal31661661176606633510134
Binary1100111011011101101001111110110011011011011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193676; }

 p { color: rgb(25,54,118); }

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

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

 a { background-color: rgb(25,54,118); }

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

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

 span { border-color: rgb(25,54,118); }

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