Html Css Color HEX #197367 Deep Sea

📋 copy color: '#197367'

red 25 ◦ green 115 ◦ blue 103

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

Shades of Deep Sea #197367

Tints of Deep Sea #197367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 10.29%
G = 47.33%
B = 42.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#197367 (or 0x197367) is known color: Deep Sea. HEX triplet: 19, 73 and 67. RGB value is (25,115,103). Sum of RGB (Red+Green+Blue) = 25+115+103=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #197367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197367 is #E68C98. Grayscale: #565656. Windows color (decimal): -15109273 or 6779673. OLE color: 6779673.

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

Color convert

RGB 25 115 103 -
CMYK 0.78 0 0.10 0.55
HSL 172º 0.64% 0.27% -
HSV(B) 172º 0.78% 0.45% -
XYZ 8.98 13.45 14.95 -
YUV 86.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 25 115 103 0.78 0 0.10 0.55 172 0.64 0.27
Hex 19 73 67 4E 0 A 37 AC 40 1B
Octal 31 163 147 116 0 12 67 254 100 33
Binary 11001 1110011 1100111 1001110 0 1010 110111 10101100 1000000 11011

Color Harmonies of #197367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197367

Black with #197367

Text Example


Text Example

White with #197367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197367; }

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

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

background-color css

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

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

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

border-color css

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

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

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