Html Css Color HEX #196D83 Allports

📋 copy color: '#196D83'

red 25 ◦ green 109 ◦ blue 131

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

Shades of Allports #196D83

Tints of Allports #196D83

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.13%

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

R = 9.43%
G = 41.13%
B = 49.43%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#196D83 (or 0x196D83) is known color: Allports. HEX triplet: 19, 6D and 83. RGB value is (25,109,131). Sum of RGB (Red+Green+Blue) = 25+109+131=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #196D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D83 is #E6927C. Grayscale: #565656. Windows color (decimal): -15110781 or 8613145. OLE color: 8613145.

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

Color convert

RGB 25 109 131 -
CMYK 0.81 0.17 0 0.49
HSL 192.45º 0.68% 0.31% -
HSV(B) 192.45º 0.81% 0.51% -
XYZ 9.97 12.78 23.41 -
YUV 86.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 25 109 131 0.81 0.17 0 0.49 192.45 0.68 0.31
Hex 19 6D 83 51 11 0 31 C0 44 1F
Octal 31 155 203 121 21 0 61 300 104 37
Binary 11001 1101101 10000011 1010001 10001 0 110001 11000000 1000100 11111

Color Harmonies of #196D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D83

Black with #196D83

Text Example


Text Example

White with #196D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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