Html Css Color HEX #197569 Deep Sea

📋 copy color: '#197569'

red 25 ◦ green 117 ◦ blue 105

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

Shades of Deep Sea #197569

Tints of Deep Sea #197569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 10.12%
G = 47.37%
B = 42.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#197569 (or 0x197569) is known color: Deep Sea. HEX triplet: 19, 75 and 69. RGB value is (25,117,105). Sum of RGB (Red+Green+Blue) = 25+117+105=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #197569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197569 is #E68A96. Grayscale: #585858. Windows color (decimal): -15108759 or 6911257. OLE color: 6911257.

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

Color convert

RGB 25 117 105 -
CMYK 0.79 0 0.10 0.54
HSL 172.17º 0.65% 0.28% -
HSV(B) 172.17º 0.79% 0.46% -
XYZ 9.31 13.95 15.57 -
YUV 88.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 25 117 105 0.79 0 0.10 0.54 172.17 0.65 0.28
Hex 19 75 69 4F 0 A 36 AC 41 1C
Octal 31 165 151 117 0 12 66 254 101 34
Binary 11001 1110101 1101001 1001111 0 1010 110110 10101100 1000001 11100

Color Harmonies of #197569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197569

Black with #197569

Text Example


Text Example

White with #197569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197569; }

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

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

background-color css

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

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

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

border-color css

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

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

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