Html Css Color HEX #197865 Deep Sea

📋 copy color: '#197865'

red 25 ◦ green 120 ◦ blue 101

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

Shades of Deep Sea #197865

Tints of Deep Sea #197865

RGB

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

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

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

R = 10.16%
G = 48.78%
B = 41.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#197865 (or 0x197865) is known color: Deep Sea. HEX triplet: 19, 78 and 65. RGB value is (25,120,101). Sum of RGB (Red+Green+Blue) = 25+120+101=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #197865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197865 is #E6879A. Grayscale: #595959. Windows color (decimal): -15107995 or 6649881. OLE color: 6649881.

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

Color convert

RGB 25 120 101 -
CMYK 0.79 0 0.16 0.53
HSL 168º 0.66% 0.28% -
HSV(B) 168º 0.79% 0.47% -
XYZ 9.47 14.58 14.63 -
YUV 89.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 25 120 101 0.79 0 0.16 0.53 168 0.66 0.28
Hex 19 78 65 4F 0 10 35 A8 42 1C
Octal 31 170 145 117 0 20 65 250 102 34
Binary 11001 1111000 1100101 1001111 0 10000 110101 10101000 1000010 11100

Color Harmonies of #197865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197865

Black with #197865

Text Example


Text Example

White with #197865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197865; }

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

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

background-color css

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

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

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

border-color css

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

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

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