Html Css Color HEX #197589 Allports

📋 copy color: '#197589'

red 25 ◦ green 117 ◦ blue 137

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

Shades of Allports #197589

Tints of Allports #197589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 8.96%
G = 41.94%
B = 49.1%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#197589 (or 0x197589) is known color: Allports. HEX triplet: 19, 75 and 89. RGB value is (25,117,137). Sum of RGB (Red+Green+Blue) = 25+117+137=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #197589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197589 is #E68A76. Grayscale: #5B5B5B. Windows color (decimal): -15108727 or 9008409. OLE color: 9008409.

HSL color Cylindrical-coordinate representation of color #197589: hue angle of 190.71º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197589 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 117 137 -
CMYK 0.82 0.15 0 0.46
HSL 190.71º 0.69% 0.32% -
HSV(B) 190.71º 0.82% 0.54% -
XYZ 11.28 14.74 25.92 -
YUV 91.77 153.52 80.37 -
System Red Green Blue C M Y K H S L
Decimal 25 117 137 0.82 0.15 0 0.46 190.71 0.69 0.32
Hex 19 75 89 52 F 0 2E BF 45 20
Octal 31 165 211 122 17 0 56 277 105 40
Binary 11001 1110101 10001001 1010010 1111 0 101110 10111111 1000101 100000

Color Harmonies of #197589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197589

Black with #197589

Text Example


Text Example

White with #197589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197589; }

 p { color: rgb(25,117,137); }

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

background-color css

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

 a { background-color: rgb(25,117,137); }

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

border-color css

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

 span { border-color: rgb(25,117,137); }

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