Html Css Color HEX #197163 Deep Sea

📋 copy color: '#197163'

red 25 ◦ green 113 ◦ blue 99

#197163
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #197163

Tints of Deep Sea #197163

RGB

 RED value IS 25 (10.16% from 255) = 10.55%

 GREEN value IS 113 (44.53% from 255) = 47.68%

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 10.55%
G = 47.68%
B = 41.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#197163 (or 0x197163) is known color: Deep Sea. HEX triplet: 19, 71 and 63. RGB value is (25,113,99). Sum of RGB (Red+Green+Blue) = 25+113+99=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #197163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197163 is #E68E9C. Grayscale: #555555. Windows color (decimal): -15109789 or 6517017. OLE color: 6517017.

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

Color convert

RGB 25 113 99 -
CMYK 0.78 0 0.12 0.56
HSL 170.45º 0.64% 0.27% -
HSV(B) 170.45º 0.78% 0.44% -
XYZ 8.56 12.92 13.85 -
YUV 85.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 25 113 99 0.78 0 0.12 0.56 170.45 0.64 0.27
Hex 19 71 63 4E 0 C 38 AA 40 1B
Octal 31 161 143 116 0 14 70 252 100 33
Binary 11001 1110001 1100011 1001110 0 1100 111000 10101010 1000000 11011

Color Harmonies of #197163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197163

Black with #197163

Text Example


Text Example

White with #197163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197163; }

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

 H1.HeaderClassName
 {
   color: #197163;
 }
 .AnyTagClassName
 {
   color: #197163;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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