Html Css Color HEX #197864 Deep Sea

📋 copy color: '#197864'

red 25 ◦ green 120 ◦ blue 100

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

Shades of Deep Sea #197864

Tints of Deep Sea #197864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.98%

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

R = 10.2%
G = 48.98%
B = 40.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#197864 (or 0x197864) is known color: Deep Sea. HEX triplet: 19, 78 and 64. RGB value is (25,120,100). Sum of RGB (Red+Green+Blue) = 25+120+100=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #197864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197864 is #E6879B. Grayscale: #595959. Windows color (decimal): -15107996 or 6584345. OLE color: 6584345.

HSL color Cylindrical-coordinate representation of color #197864: hue angle of 167.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197864 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 120 100 -
CMYK 0.79 0 0.17 0.53
HSL 167.37º 0.66% 0.28% -
HSV(B) 167.37º 0.79% 0.47% -
XYZ 9.42 14.56 14.37 -
YUV 89.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 25 120 100 0.79 0 0.17 0.53 167.37 0.66 0.28
Hex 19 78 64 4F 0 11 35 A7 42 1C
Octal 31 170 144 117 0 21 65 247 102 34
Binary 11001 1111000 1100100 1001111 0 10001 110101 10100111 1000010 11100

Color Harmonies of #197864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197864

Black with #197864

Text Example


Text Example

White with #197864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197864; }

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

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

background-color css

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

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

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

border-color css

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

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

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