Html Css Color HEX #197581 Allports

📋 copy color: '#197581'

red 25 ◦ green 117 ◦ blue 129

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

Shades of Allports #197581

Tints of Allports #197581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.6%

R = 9.23%
G = 43.17%
B = 47.6%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197581 (or 0x197581) is known color: Allports. HEX triplet: 19, 75 and 81. RGB value is (25,117,129). Sum of RGB (Red+Green+Blue) = 25+117+129=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #197581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197581 is #E68A7E. Grayscale: #5A5A5A. Windows color (decimal): -15108735 or 8484121. OLE color: 8484121.

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

Color convert

RGB 25 117 129 -
CMYK 0.81 0.09 0 0.49
HSL 186.92º 0.68% 0.3% -
HSV(B) 186.92º 0.81% 0.51% -
XYZ 10.72 14.51 23.01 -
YUV 90.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 25 117 129 0.81 0.09 0 0.49 186.92 0.68 0.3
Hex 19 75 81 51 9 0 31 BB 44 1E
Octal 31 165 201 121 11 0 61 273 104 36
Binary 11001 1110101 10000001 1010001 1001 0 110001 10111011 1000100 11110

Color Harmonies of #197581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197581

Black with #197581

Text Example


Text Example

White with #197581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197581; }

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

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

background-color css

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

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

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

border-color css

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

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

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