Html Css Color HEX #197289 Allports

📋 copy color: '#197289'

red 25 ◦ green 114 ◦ blue 137

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

Shades of Allports #197289

Tints of Allports #197289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 9.06%
G = 41.3%
B = 49.64%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#197289 (or 0x197289) is known color: Allports. HEX triplet: 19, 72 and 89. RGB value is (25,114,137). Sum of RGB (Red+Green+Blue) = 25+114+137=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #197289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197289 is #E68D76. Grayscale: #595959. Windows color (decimal): -15109495 or 9007641. OLE color: 9007641.

HSL color Cylindrical-coordinate representation of color #197289: hue angle of 192.32º 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 #197289 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 114 137 -
CMYK 0.82 0.17 0 0.46
HSL 192.32º 0.69% 0.32% -
HSV(B) 192.32º 0.82% 0.54% -
XYZ 10.93 14.05 25.8 -
YUV 90.01 154.51 81.63 -
System Red Green Blue C M Y K H S L
Decimal 25 114 137 0.82 0.17 0 0.46 192.32 0.69 0.32
Hex 19 72 89 52 11 0 2E C0 45 20
Octal 31 162 211 122 21 0 56 300 105 40
Binary 11001 1110010 10001001 1010010 10001 0 101110 11000000 1000101 100000

Color Harmonies of #197289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197289

Black with #197289

Text Example


Text Example

White with #197289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197289; }

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

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

background-color css

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

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

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

border-color css

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

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

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