Html Css Color HEX #197483 Allports

📋 copy color: '#197483'

red 25 ◦ green 116 ◦ blue 131

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

Shades of Allports #197483

Tints of Allports #197483

RGB

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

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

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

R = 9.19%
G = 42.65%
B = 48.16%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197483 (or 0x197483) is known color: Allports. HEX triplet: 19, 74 and 83. RGB value is (25,116,131). Sum of RGB (Red+Green+Blue) = 25+116+131=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #197483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197483 is #E68B7C. Grayscale: #5A5A5A. Windows color (decimal): -15108989 or 8614937. OLE color: 8614937.

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

Color convert

RGB 25 116 131 -
CMYK 0.81 0.11 0 0.49
HSL 188.49º 0.68% 0.31% -
HSV(B) 188.49º 0.81% 0.51% -
XYZ 10.74 14.34 23.67 -
YUV 90.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 25 116 131 0.81 0.11 0 0.49 188.49 0.68 0.31
Hex 19 74 83 51 B 0 31 BC 44 1F
Octal 31 164 203 121 13 0 61 274 104 37
Binary 11001 1110100 10000011 1010001 1011 0 110001 10111100 1000100 11111

Color Harmonies of #197483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197483

Black with #197483

Text Example


Text Example

White with #197483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197483; }

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

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

background-color css

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

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

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

border-color css

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

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

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