Html Css Color HEX #196780 Allports

📋 copy color: '#196780'

red 25 ◦ green 103 ◦ blue 128

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

Shades of Allports #196780

Tints of Allports #196780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.23%

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

R = 9.77%
G = 40.23%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#196780 (or 0x196780) is known color: Allports. HEX triplet: 19, 67 and 80. RGB value is (25,103,128). Sum of RGB (Red+Green+Blue) = 25+103+128=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #196780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196780 is #E6987F. Grayscale: #525252. Windows color (decimal): -15112320 or 8415001. OLE color: 8415001.

HSL color Cylindrical-coordinate representation of color #196780: hue angle of 194.56º 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 #196780 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 103 128 -
CMYK 0.80 0.20 0 0.50
HSL 194.56º 0.67% 0.3% -
HSV(B) 194.56º 0.8% 0.5% -
XYZ 9.15 11.47 22.15 -
YUV 82.53 153.66 86.97 -
System Red Green Blue C M Y K H S L
Decimal 25 103 128 0.80 0.20 0 0.50 194.56 0.67 0.3
Hex 19 67 80 50 14 0 32 C3 43 1E
Octal 31 147 200 120 24 0 62 303 103 36
Binary 11001 1100111 10000000 1010000 10100 0 110010 11000011 1000011 11110

Color Harmonies of #196780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196780

Black with #196780

Text Example


Text Example

White with #196780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196780; }

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

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

background-color css

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

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

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

border-color css

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

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

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