Html Css Color HEX #197365 Deep Sea

📋 copy color: '#197365'

red 25 ◦ green 115 ◦ blue 101

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

Shades of Deep Sea #197365

Tints of Deep Sea #197365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.72%

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

R = 10.37%
G = 47.72%
B = 41.91%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#197365 (or 0x197365) is known color: Deep Sea. HEX triplet: 19, 73 and 65. RGB value is (25,115,101). Sum of RGB (Red+Green+Blue) = 25+115+101=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #197365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197365 is #E68C9A. Grayscale: #565656. Windows color (decimal): -15109275 or 6648601. OLE color: 6648601.

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

Color convert

RGB 25 115 101 -
CMYK 0.78 0 0.12 0.55
HSL 170.67º 0.64% 0.27% -
HSV(B) 170.67º 0.78% 0.45% -
XYZ 8.88 13.41 14.43 -
YUV 86.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 25 115 101 0.78 0 0.12 0.55 170.67 0.64 0.27
Hex 19 73 65 4E 0 C 37 AB 40 1B
Octal 31 163 145 116 0 14 67 253 100 33
Binary 11001 1110011 1100101 1001110 0 1100 110111 10101011 1000000 11011

Color Harmonies of #197365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197365

Black with #197365

Text Example


Text Example

White with #197365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197365; }

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

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

background-color css

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

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

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

border-color css

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

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

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