Html Css Color HEX #197884 Allports

📋 copy color: '#197884'

red 25 ◦ green 120 ◦ blue 132

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

Shades of Allports #197884

Tints of Allports #197884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 9.03%
G = 43.32%
B = 47.65%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#197884 (or 0x197884) is known color: Allports. HEX triplet: 19, 78 and 84. RGB value is (25,120,132). Sum of RGB (Red+Green+Blue) = 25+120+132=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #197884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197884 is #E6877B. Grayscale: #5C5C5C. Windows color (decimal): -15107964 or 8681497. OLE color: 8681497.

HSL color Cylindrical-coordinate representation of color #197884: hue angle of 186.73º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197884 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 120 132 -
CMYK 0.81 0.09 0 0.48
HSL 186.73º 0.68% 0.31% -
HSV(B) 186.73º 0.81% 0.52% -
XYZ 11.28 15.31 24.19 -
YUV 92.96 150.03 79.52 -
System Red Green Blue C M Y K H S L
Decimal 25 120 132 0.81 0.09 0 0.48 186.73 0.68 0.31
Hex 19 78 84 51 9 0 30 BB 44 1F
Octal 31 170 204 121 11 0 60 273 104 37
Binary 11001 1111000 10000100 1010001 1001 0 110000 10111011 1000100 11111

Color Harmonies of #197884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197884

Black with #197884

Text Example


Text Example

White with #197884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197884; }

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

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

background-color css

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

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

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

border-color css

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

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

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