Html Css Color HEX #197886 Allports

📋 copy color: '#197886'

red 25 ◦ green 120 ◦ blue 134

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

Shades of Allports #197886

Tints of Allports #197886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.03%

R = 8.96%
G = 43.01%
B = 48.03%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#197886 (or 0x197886) is known color: Allports. HEX triplet: 19, 78 and 86. RGB value is (25,120,134). Sum of RGB (Red+Green+Blue) = 25+120+134=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #197886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197886 is #E68779. Grayscale: #5D5D5D. Windows color (decimal): -15107962 or 8812569. OLE color: 8812569.

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

Color convert

RGB 25 120 134 -
CMYK 0.81 0.10 0 0.47
HSL 187.71º 0.69% 0.31% -
HSV(B) 187.71º 0.81% 0.53% -
XYZ 11.42 15.36 24.92 -
YUV 93.19 151.03 79.36 -
System Red Green Blue C M Y K H S L
Decimal 25 120 134 0.81 0.10 0 0.47 187.71 0.69 0.31
Hex 19 78 86 51 A 0 2F BC 45 1F
Octal 31 170 206 121 12 0 57 274 105 37
Binary 11001 1111000 10000110 1010001 1010 0 101111 10111100 1000101 11111

Color Harmonies of #197886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197886

Black with #197886

Text Example


Text Example

White with #197886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197886; }

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

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

background-color css

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

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

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

border-color css

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

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

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