Html Css Color HEX #197489 Allports

📋 copy color: '#197489'

red 25 ◦ green 116 ◦ blue 137

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

Shades of Allports #197489

Tints of Allports #197489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

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

R = 8.99%
G = 41.73%
B = 49.28%

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

#197489 (or 0x197489) is known color: Allports. HEX triplet: 19, 74 and 89. RGB value is (25,116,137). Sum of RGB (Red+Green+Blue) = 25+116+137=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #197489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197489 is #E68B76. Grayscale: #5B5B5B. Windows color (decimal): -15108983 or 9008153. OLE color: 9008153.

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

Color convert

RGB 25 116 137 -
CMYK 0.82 0.15 0 0.46
HSL 191.25º 0.69% 0.32% -
HSV(B) 191.25º 0.82% 0.54% -
XYZ 11.16 14.5 25.88 -
YUV 91.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 25 116 137 0.82 0.15 0 0.46 191.25 0.69 0.32
Hex 19 74 89 52 F 0 2E BF 45 20
Octal 31 164 211 122 17 0 56 277 105 40
Binary 11001 1110100 10001001 1010010 1111 0 101110 10111111 1000101 100000

Color Harmonies of #197489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197489

Black with #197489

Text Example


Text Example

White with #197489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197489; }

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

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

background-color css

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

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

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

border-color css

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

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

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