#197563

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

Shades of Deep Sea #197563

Tints of Deep Sea #197563

Color information

#197563 (or 0x197563) is unknown color: approx Deep Sea. HEX triplet: 19, 75 and 63. RGB value is (25,117,99). Sum of RGB (Red+Green+Blue) = 25+117+99=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #197563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197563 is #E68A9C. Grayscale: #575757. Windows color (decimal): -15108765 or 6518041. OLE color: 6518041.

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

Color convert

RGB2511799-
CMYK0.7900.150.54
HSL168.26º64.79%27.84%-
HSV(B)168.26º78.63%45.88%-
XYZ9.0113.8314-
YUV87.44134.5283.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=10.37%
G=48.55%
B=41.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25117990.7900.150.54168.2664.7927.84
Hex1975634F0F36a8411c
Octal311651431170176625010134
Binary110011110101110001110011110111111011010101000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197563; }

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

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

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

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

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

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

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

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