Html Css Color HEX #197383 Allports

📋 copy color: '#197383'

red 25 ◦ green 115 ◦ blue 131

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

Shades of Allports #197383

Tints of Allports #197383

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.44%

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 9.23%
G = 42.44%
B = 48.34%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197383 (or 0x197383) is known color: Allports. HEX triplet: 19, 73 and 83. RGB value is (25,115,131). Sum of RGB (Red+Green+Blue) = 25+115+131=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #197383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197383 is #E68C7C. Grayscale: #595959. Windows color (decimal): -15109245 or 8614681. OLE color: 8614681.

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

Color convert

RGB 25 115 131 -
CMYK 0.81 0.12 0 0.49
HSL 189.06º 0.68% 0.31% -
HSV(B) 189.06º 0.81% 0.51% -
XYZ 10.63 14.11 23.64 -
YUV 89.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 25 115 131 0.81 0.12 0 0.49 189.06 0.68 0.31
Hex 19 73 83 51 C 0 31 BD 44 1F
Octal 31 163 203 121 14 0 61 275 104 37
Binary 11001 1110011 10000011 1010001 1100 0 110001 10111101 1000100 11111

Color Harmonies of #197383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197383

Black with #197383

Text Example


Text Example

White with #197383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197383; }

 p { color: rgb(25,115,131); }

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

background-color css

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

 a { background-color: rgb(25,115,131); }

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

border-color css

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

 span { border-color: rgb(25,115,131); }

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