Html Css Color HEX #197463 Deep Sea

📋 copy color: '#197463'

red 25 ◦ green 116 ◦ blue 99

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

Shades of Deep Sea #197463

Tints of Deep Sea #197463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 10.42%
G = 48.33%
B = 41.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#197463 (or 0x197463) is known color: Deep Sea. HEX triplet: 19, 74 and 63. RGB value is (25,116,99). Sum of RGB (Red+Green+Blue) = 25+116+99=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #197463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197463 is #E68B9C. Grayscale: #565656. Windows color (decimal): -15109021 or 6517785. OLE color: 6517785.

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

Color convert

RGB 25 116 99 -
CMYK 0.78 0 0.15 0.55
HSL 168.79º 0.65% 0.28% -
HSV(B) 168.79º 0.78% 0.45% -
XYZ 8.9 13.6 13.96 -
YUV 86.85 134.85 83.88 -
System Red Green Blue C M Y K H S L
Decimal 25 116 99 0.78 0 0.15 0.55 168.79 0.65 0.28
Hex 19 74 63 4E 0 F 37 A9 41 1C
Octal 31 164 143 116 0 17 67 251 101 34
Binary 11001 1110100 1100011 1001110 0 1111 110111 10101001 1000001 11100

Color Harmonies of #197463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197463

Black with #197463

Text Example


Text Example

White with #197463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197463; }

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

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

background-color css

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

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

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

border-color css

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

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

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