Html Css Color HEX #196577 Allports

📋 copy color: '#196577'

red 25 ◦ green 101 ◦ blue 119

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

Shades of Allports #196577

Tints of Allports #196577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.22%

 BLUE value IS 119 (46.88% from 255) = 48.57%

R = 10.2%
G = 41.22%
B = 48.57%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#196577 (or 0x196577) is known color: Allports. HEX triplet: 19, 65 and 77. RGB value is (25,101,119). Sum of RGB (Red+Green+Blue) = 25+101+119=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #196577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196577 is #E69A88. Grayscale: #505050. Windows color (decimal): -15112841 or 7824665. OLE color: 7824665.

HSL color Cylindrical-coordinate representation of color #196577: hue angle of 191.49º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196577 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 101 119 -
CMYK 0.79 0.15 0 0.53
HSL 191.49º 0.65% 0.28% -
HSV(B) 191.49º 0.79% 0.47% -
XYZ 8.38 10.85 19.1 -
YUV 80.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 25 101 119 0.79 0.15 0 0.53 191.49 0.65 0.28
Hex 19 65 77 4F F 0 35 BF 41 1C
Octal 31 145 167 117 17 0 65 277 101 34
Binary 11001 1100101 1110111 1001111 1111 0 110101 10111111 1000001 11100

Color Harmonies of #196577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196577

Black with #196577

Text Example


Text Example

White with #196577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196577; }

 p { color: rgb(25,101,119); }

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

background-color css

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

 a { background-color: rgb(25,101,119); }

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

border-color css

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

 span { border-color: rgb(25,101,119); }

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