Html Css Color HEX #197263 Deep Sea

📋 copy color: '#197263'

red 25 ◦ green 114 ◦ blue 99

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

Shades of Deep Sea #197263

Tints of Deep Sea #197263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 10.5%
G = 47.9%
B = 41.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#197263 (or 0x197263) is known color: Deep Sea. HEX triplet: 19, 72 and 63. RGB value is (25,114,99). Sum of RGB (Red+Green+Blue) = 25+114+99=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #197263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197263 is #E68D9C. Grayscale: #555555. Windows color (decimal): -15109533 or 6517273. OLE color: 6517273.

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

Color convert

RGB 25 114 99 -
CMYK 0.78 0 0.13 0.55
HSL 169.89º 0.64% 0.27% -
HSV(B) 169.89º 0.78% 0.45% -
XYZ 8.67 13.14 13.88 -
YUV 85.68 135.51 84.72 -
System Red Green Blue C M Y K H S L
Decimal 25 114 99 0.78 0 0.13 0.55 169.89 0.64 0.27
Hex 19 72 63 4E 0 D 37 AA 40 1B
Octal 31 162 143 116 0 15 67 252 100 33
Binary 11001 1110010 1100011 1001110 0 1101 110111 10101010 1000000 11011

Color Harmonies of #197263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197263

Black with #197263

Text Example


Text Example

White with #197263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197263; }

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

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

background-color css

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

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

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

border-color css

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

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

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