Html Css Color HEX #196080 Allports

📋 copy color: '#196080'

red 25 ◦ green 96 ◦ blue 128

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

Shades of Allports #196080

Tints of Allports #196080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 10.04%
G = 38.55%
B = 51.41%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#196080 (or 0x196080) is known color: Allports. HEX triplet: 19, 60 and 80. RGB value is (25,96,128). Sum of RGB (Red+Green+Blue) = 25+96+128=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #196080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196080 is #E69F7F. Grayscale: #4E4E4E. Windows color (decimal): -15114112 or 8413209. OLE color: 8413209.

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

Color convert

RGB 25 96 128 -
CMYK 0.80 0.25 0 0.50
HSL 198.64º 0.67% 0.3% -
HSV(B) 198.64º 0.8% 0.5% -
XYZ 8.48 10.13 21.93 -
YUV 78.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 25 96 128 0.80 0.25 0 0.50 198.64 0.67 0.3
Hex 19 60 80 50 19 0 32 C7 43 1E
Octal 31 140 200 120 31 0 62 307 103 36
Binary 11001 1100000 10000000 1010000 11001 0 110010 11000111 1000011 11110

Color Harmonies of #196080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196080

Black with #196080

Text Example


Text Example

White with #196080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196080; }

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

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

background-color css

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

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

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

border-color css

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

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

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