Html Css Color HEX #197C87 Allports

📋 copy color: '#197C87'

red 25 ◦ green 124 ◦ blue 135

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

Shades of Allports #197C87

Tints of Allports #197C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.66%

 BLUE value IS 135 (53.13% from 255) = 47.54%

R = 8.8%
G = 43.66%
B = 47.54%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#197C87 (or 0x197C87) is known color: Allports. HEX triplet: 19, 7C and 87. RGB value is (25,124,135). Sum of RGB (Red+Green+Blue) = 25+124+135=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #197C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C87 is #E68378. Grayscale: #5F5F5F. Windows color (decimal): -15106937 or 8879129. OLE color: 8879129.

HSL color Cylindrical-coordinate representation of color #197C87: hue angle of 186º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197C87 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 124 135 -
CMYK 0.81 0.08 0 0.47
HSL 186º 0.69% 0.31% -
HSV(B) 186º 0.81% 0.53% -
XYZ 11.98 16.37 25.45 -
YUV 95.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 25 124 135 0.81 0.08 0 0.47 186 0.69 0.31
Hex 19 7C 87 51 8 0 2F BA 45 1F
Octal 31 174 207 121 10 0 57 272 105 37
Binary 11001 1111100 10000111 1010001 1000 0 101111 10111010 1000101 11111

Color Harmonies of #197C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C87

Black with #197C87

Text Example


Text Example

White with #197C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197C87; }

 p { color: rgb(25,124,135); }

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

background-color css

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

 a { background-color: rgb(25,124,135); }

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

border-color css

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

 span { border-color: rgb(25,124,135); }

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