Html Css Color HEX #197564 Deep Sea

📋 copy color: '#197564'

red 25 ◦ green 117 ◦ blue 100

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

Shades of Deep Sea #197564

Tints of Deep Sea #197564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 100 (39.45% from 255) = 41.32%

R = 10.33%
G = 48.35%
B = 41.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#197564 (or 0x197564) is known color: Deep Sea. HEX triplet: 19, 75 and 64. RGB value is (25,117,100). Sum of RGB (Red+Green+Blue) = 25+117+100=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #197564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197564 is #E68A9B. Grayscale: #575757. Windows color (decimal): -15108764 or 6583577. OLE color: 6583577.

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

Color convert

RGB 25 117 100 -
CMYK 0.79 0 0.15 0.54
HSL 168.91º 0.65% 0.28% -
HSV(B) 168.91º 0.79% 0.46% -
XYZ 9.06 13.85 14.25 -
YUV 87.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 25 117 100 0.79 0 0.15 0.54 168.91 0.65 0.28
Hex 19 75 64 4F 0 F 36 A9 41 1C
Octal 31 165 144 117 0 17 66 251 101 34
Binary 11001 1110101 1100100 1001111 0 1111 110110 10101001 1000001 11100

Color Harmonies of #197564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197564

Black with #197564

Text Example


Text Example

White with #197564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197564; }

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

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

background-color css

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

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

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

border-color css

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

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

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