Html Css Color HEX #197887 Allports

📋 copy color: '#197887'

red 25 ◦ green 120 ◦ blue 135

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

Shades of Allports #197887

Tints of Allports #197887

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.86%

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

R = 8.93%
G = 42.86%
B = 48.21%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#197887 (or 0x197887) is known color: Allports. HEX triplet: 19, 78 and 87. RGB value is (25,120,135). Sum of RGB (Red+Green+Blue) = 25+120+135=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #197887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197887 is #E68778. Grayscale: #5D5D5D. Windows color (decimal): -15107961 or 8878105. OLE color: 8878105.

HSL color Cylindrical-coordinate representation of color #197887: hue angle of 188.18º 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 #197887 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 120 135 -
CMYK 0.81 0.11 0 0.47
HSL 188.18º 0.69% 0.31% -
HSV(B) 188.18º 0.81% 0.53% -
XYZ 11.49 15.39 25.29 -
YUV 93.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 25 120 135 0.81 0.11 0 0.47 188.18 0.69 0.31
Hex 19 78 87 51 B 0 2F BC 45 1F
Octal 31 170 207 121 13 0 57 274 105 37
Binary 11001 1111000 10000111 1010001 1011 0 101111 10111100 1000101 11111

Color Harmonies of #197887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197887

Black with #197887

Text Example


Text Example

White with #197887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197887; }

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

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

background-color css

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

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

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

border-color css

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

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

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