Html Css Color HEX #196B83 Allports

📋 copy color: '#196B83'

red 25 ◦ green 107 ◦ blue 131

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

Shades of Allports #196B83

Tints of Allports #196B83

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.68%

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

R = 9.51%
G = 40.68%
B = 49.81%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#196B83 (or 0x196B83) is known color: Allports. HEX triplet: 19, 6B and 83. RGB value is (25,107,131). Sum of RGB (Red+Green+Blue) = 25+107+131=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #196B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196B83 is #E6947C. Grayscale: #555555. Windows color (decimal): -15111293 or 8612633. OLE color: 8612633.

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

Color convert

RGB 25 107 131 -
CMYK 0.81 0.18 0 0.49
HSL 193.58º 0.68% 0.31% -
HSV(B) 193.58º 0.81% 0.51% -
XYZ 9.76 12.36 23.34 -
YUV 85.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 25 107 131 0.81 0.18 0 0.49 193.58 0.68 0.31
Hex 19 6B 83 51 12 0 31 C2 44 1F
Octal 31 153 203 121 22 0 61 302 104 37
Binary 11001 1101011 10000011 1010001 10010 0 110001 11000010 1000100 11111

Color Harmonies of #196B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B83

Black with #196B83

Text Example


Text Example

White with #196B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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