Html Css Color HEX #197983 Allports

📋 copy color: '#197983'

red 25 ◦ green 121 ◦ blue 131

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

Shades of Allports #197983

Tints of Allports #197983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.68%

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

R = 9.03%
G = 43.68%
B = 47.29%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197983 (or 0x197983) is known color: Allports. HEX triplet: 19, 79 and 83. RGB value is (25,121,131). Sum of RGB (Red+Green+Blue) = 25+121+131=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #197983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197983 is #E6867C. Grayscale: #5D5D5D. Windows color (decimal): -15107709 or 8616217. OLE color: 8616217.

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

Color convert

RGB 25 121 131 -
CMYK 0.81 0.08 0 0.49
HSL 185.66º 0.68% 0.31% -
HSV(B) 185.66º 0.81% 0.51% -
XYZ 11.34 15.52 23.87 -
YUV 93.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 25 121 131 0.81 0.08 0 0.49 185.66 0.68 0.31
Hex 19 79 83 51 8 0 31 BA 44 1F
Octal 31 171 203 121 10 0 61 272 104 37
Binary 11001 1111001 10000011 1010001 1000 0 110001 10111010 1000100 11111

Color Harmonies of #197983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197983

Black with #197983

Text Example


Text Example

White with #197983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197983; }

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

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

background-color css

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

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

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

border-color css

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

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

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