Html Css Color HEX #197376 Allports

📋 copy color: '#197376'

red 25 ◦ green 115 ◦ blue 118

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

Shades of Allports #197376

Tints of Allports #197376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.74%

R = 9.69%
G = 44.57%
B = 45.74%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#197376 (or 0x197376) is known color: Allports. HEX triplet: 19, 73 and 76. RGB value is (25,115,118). Sum of RGB (Red+Green+Blue) = 25+115+118=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #197376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197376 is #E68C89. Grayscale: #585858. Windows color (decimal): -15109258 or 7762713. OLE color: 7762713.

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

Color convert

RGB 25 115 118 -
CMYK 0.79 0.03 0 0.54
HSL 181.94º 0.65% 0.28% -
HSV(B) 181.94º 0.79% 0.46% -
XYZ 9.8 13.78 19.28 -
YUV 88.43 144.68 82.76 -
System Red Green Blue C M Y K H S L
Decimal 25 115 118 0.79 0.03 0 0.54 181.94 0.65 0.28
Hex 19 73 76 4F 3 0 36 B6 41 1C
Octal 31 163 166 117 3 0 66 266 101 34
Binary 11001 1110011 1110110 1001111 11 0 110110 10110110 1000001 11100

Color Harmonies of #197376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197376

Black with #197376

Text Example


Text Example

White with #197376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197376; }

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

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

background-color css

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

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

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

border-color css

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

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

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