Html Css Color HEX #197465 Deep Sea

📋 copy color: '#197465'

red 25 ◦ green 116 ◦ blue 101

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

Shades of Deep Sea #197465

Tints of Deep Sea #197465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.93%

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 10.33%
G = 47.93%
B = 41.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#197465 (or 0x197465) is known color: Deep Sea. HEX triplet: 19, 74 and 65. RGB value is (25,116,101). Sum of RGB (Red+Green+Blue) = 25+116+101=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #197465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197465 is #E68B9A. Grayscale: #575757. Windows color (decimal): -15109019 or 6648857. OLE color: 6648857.

HSL color Cylindrical-coordinate representation of color #197465: hue angle of 170.11º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197465 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 116 101 -
CMYK 0.78 0 0.13 0.55
HSL 170.11º 0.65% 0.28% -
HSV(B) 170.11º 0.78% 0.45% -
XYZ 9 13.64 14.47 -
YUV 87.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 25 116 101 0.78 0 0.13 0.55 170.11 0.65 0.28
Hex 19 74 65 4E 0 D 37 AA 41 1C
Octal 31 164 145 116 0 15 67 252 101 34
Binary 11001 1110100 1100101 1001110 0 1101 110111 10101010 1000001 11100

Color Harmonies of #197465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197465

Black with #197465

Text Example


Text Example

White with #197465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197465; }

 p { color: rgb(25,116,101); }

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

background-color css

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

 a { background-color: rgb(25,116,101); }

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

border-color css

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

 span { border-color: rgb(25,116,101); }

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