Html Css Color HEX #197481 Allports

📋 copy color: '#197481'

red 25 ◦ green 116 ◦ blue 129

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

Shades of Allports #197481

Tints of Allports #197481

RGB

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

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

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

R = 9.26%
G = 42.96%
B = 47.78%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197481 (or 0x197481) is known color: Allports. HEX triplet: 19, 74 and 81. RGB value is (25,116,129). Sum of RGB (Red+Green+Blue) = 25+116+129=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #197481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197481 is #E68B7E. Grayscale: #5A5A5A. Windows color (decimal): -15108991 or 8483865. OLE color: 8483865.

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

Color convert

RGB 25 116 129 -
CMYK 0.81 0.10 0 0.49
HSL 187.5º 0.68% 0.3% -
HSV(B) 187.5º 0.81% 0.51% -
XYZ 10.61 14.28 22.97 -
YUV 90.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 25 116 129 0.81 0.10 0 0.49 187.5 0.68 0.3
Hex 19 74 81 51 A 0 31 BC 44 1E
Octal 31 164 201 121 12 0 61 274 104 36
Binary 11001 1110100 10000001 1010001 1010 0 110001 10111100 1000100 11110

Color Harmonies of #197481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197481

Black with #197481

Text Example


Text Example

White with #197481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197481; }

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

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

background-color css

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

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

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

border-color css

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

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

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