Html Css Color HEX #196980 Allports

📋 copy color: '#196980'

red 25 ◦ green 105 ◦ blue 128

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

Shades of Allports #196980

Tints of Allports #196980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 9.69%
G = 40.7%
B = 49.61%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#196980 (or 0x196980) is known color: Allports. HEX triplet: 19, 69 and 80. RGB value is (25,105,128). Sum of RGB (Red+Green+Blue) = 25+105+128=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #196980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196980 is #E6967F. Grayscale: #535353. Windows color (decimal): -15111808 or 8415513. OLE color: 8415513.

HSL color Cylindrical-coordinate representation of color #196980: hue angle of 193.4º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196980 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 105 128 -
CMYK 0.80 0.18 0 0.50
HSL 193.4º 0.67% 0.3% -
HSV(B) 193.4º 0.8% 0.5% -
XYZ 9.35 11.87 22.22 -
YUV 83.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 25 105 128 0.80 0.18 0 0.50 193.4 0.67 0.3
Hex 19 69 80 50 12 0 32 C1 43 1E
Octal 31 151 200 120 22 0 62 301 103 36
Binary 11001 1101001 10000000 1010000 10010 0 110010 11000001 1000011 11110

Color Harmonies of #196980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196980

Black with #196980

Text Example


Text Example

White with #196980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196980; }

 p { color: rgb(25,105,128); }

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

background-color css

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

 a { background-color: rgb(25,105,128); }

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

border-color css

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

 span { border-color: rgb(25,105,128); }

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